Class EmitDifferenceResult
Inherited Members
Namespace: Microsoft.CodeAnalysis.Emit
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public sealed class EmitDifferenceResult : EmitResult
Properties
Baseline
Declaration
public EmitBaseline? Baseline { get; }
Property Value
| Type | Description |
|---|---|
| EmitBaseline |
ChangedTypes
Declaration
public ImmutableArray<TypeDefinitionHandle> ChangedTypes { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<TypeDefinitionHandle> |
UpdatedMethods
Declaration
public ImmutableArray<MethodDefinitionHandle> UpdatedMethods { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<MethodDefinitionHandle> |