6 references to CompilerSyntax
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.cs (1)
42
CreateDiagnosticsTaggerProvider(DiagnosticKind.
CompilerSyntax
),
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
59
private readonly bool _requiresBeforeTagsChangedNotification = diagnosticKind == DiagnosticKind.
CompilerSyntax
&& typeof(TTag).IsAssignableFrom(typeof(IErrorTag));
Microsoft.CodeAnalysis.Features (2)
Copilot\ICopilotChangeAnalysisService.cs (1)
181
[DiagnosticKind.
CompilerSyntax
, DiagnosticKind.CompilerSemantic, DiagnosticKind.AnalyzerSyntax, DiagnosticKind.AnalyzerSemantic],
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
116
? diagnosticKind == DiagnosticKind.
CompilerSyntax
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticSourceProviders\DocumentSyntaxAndSemanticDiagnosticSourceProvider.cs (1)
35
DiagnosticKind.
CompilerSyntax
, PullDiagnosticCategories.DocumentCompilerSyntax)
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
1607
var diagnosticAnalysis = result.DiagnosticAnalyses.Single(d => d.Kind == DiagnosticKind.
CompilerSyntax
);