1 write to Baseline
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EmitDifferenceResult.cs (1)
27
Baseline
= baseline;
5 references to Baseline
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EmitBaseline.cs (1)
129
/// The slot ordering thus no longer matches the syntax ordering. It is therefore necessary to pass <see cref="EmitDifferenceResult.
Baseline
"/>
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\EditSession.cs (4)
125
Debug.Assert(emitResult.
Baseline
is not null);
139
var highestExistingTypeDefRow = emitResult.
Baseline
.OriginalMetadata.GetMetadataReader().GetTableRowCount(TableIndex.TypeDef);
1437
Contract.ThrowIfNull(emitResult.
Baseline
);
1477
newProjectBaselines.Add(new ProjectBaseline(mvid, projectBaseline.ProjectId, emitResult.
Baseline
, projectBaseline.InitiallyReferencedAssemblies, projectBaseline.Generation + 1));