1 write to Baseline
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EmitDifferenceResult.cs (1)
27Baseline = 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)
125Debug.Assert(emitResult.Baseline is not null); 139var highestExistingTypeDefRow = emitResult.Baseline.OriginalMetadata.GetMetadataReader().GetTableRowCount(TableIndex.TypeDef); 1437Contract.ThrowIfNull(emitResult.Baseline); 1477newProjectBaselines.Add(new ProjectBaseline(mvid, projectBaseline.ProjectId, emitResult.Baseline, projectBaseline.InitiallyReferencedAssemblies, projectBaseline.Generation + 1));