4 references to GetOtherDiagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.ProjectState.cs (1)
231
await AddToInMemoryStorageAsync(serializerVersion, project, document: null, result.ProjectId, _owner.NonLocalStateName, result.
GetOtherDiagnostics
()).ConfigureAwait(false);
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnostics.cs (2)
224
return nonLocalResult.
GetOtherDiagnostics
();
284
AppendDiagnostics(analysisResult.
GetOtherDiagnostics
());
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (1)
596
RaiseDiagnosticsCreated(project, stateSet, newAnalysisResult.
GetOtherDiagnostics
(), raiseEvents);