3 references to ProjectId
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\DebuggingSession.cs (2)
639
_projectBaselines[updatedBaseline.
ProjectId
] = [.. _projectBaselines[updatedBaseline.
ProjectId
]
EditAndContinue\EditSession.cs (1)
1477
newProjectBaselines.Add(new ProjectBaseline(mvid, projectBaseline.
ProjectId
, emitResult.Baseline, projectBaseline.InitiallyReferencedAssemblies, projectBaseline.Generation + 1));