1 write to ErrorType
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
43
ErrorType
= errorType;
6 references to ErrorType
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
InlineDiagnostics\InlineDiagnosticsTaggerProviderTests.cs (2)
32
Assert.Equal(PredefinedErrorTypeNames.SyntaxError, firstSpan.Tag.
ErrorType
);
40
Assert.Equal(PredefinedErrorTypeNames.SyntaxError, firstSpan.Tag.
ErrorType
);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineDiagnostics\InlineDiagnosticsAdornmentManager.cs (4)
90
var classificationType = _classificationRegistryService.GetClassificationType(InlineDiagnosticsTag.GetClassificationId(tag.
ErrorType
));
141
else if (value.Tag.
ErrorType
is not PredefinedErrorTypeNames.SyntaxError && tagMappingSpan.Tag.
ErrorType
is PredefinedErrorTypeNames.SyntaxError)
155
var classificationType = _classificationRegistryService.GetClassificationType(InlineDiagnosticsTag.GetClassificationId(tag.
ErrorType
));