3 references to ProjectId
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateManager.cs (1)
59
/// Return <see cref="StateSet"/>s for the given <see cref="
ProjectId
"/>.
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnostics.cs (2)
57
if (
ProjectId
!= null)
59
var project = Solution.GetProject(
ProjectId
);