2 references to Diagnostics_SemanticDiagnostic
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DocumentAnalysisExecutor.cs (1)
135
Logger.Log(FunctionId.
Diagnostics_SemanticDiagnostic
, (a, d, e) => $"{a}, ({d.Id}, {d.Project.Id}), Enabled:{e}", analyzer, textDocument, isEnabled);
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (1)
567
functionId = FunctionId.
Diagnostics_SemanticDiagnostic
;