7 references to CustomTags
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Suppression\SuppressionHelpers.cs (3)
66
=> HasCustomTag(diagnostic.
CustomTags
, WellKnownDiagnosticTags.NotConfigurable);
72
=> HasCustomTag(diagnostic.
CustomTags
, WellKnownDiagnosticTags.Compiler);
78
=> HasCustomTag(diagnostic.
CustomTags
, SynthesizedExternalSourceDiagnosticTag);
ExternalAccess\VSTypeScript\Api\VSTypeScriptDiagnosticData.cs (1)
32
=> _data.
CustomTags
;
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticData.cs (3)
103
WarningLevel,
CustomTags
, Properties, ProjectId, location, additionalLocations,
169
location, additionalLocations, customTags:
CustomTags
, properties: Properties);
394
=>
CustomTags
.Contains(WellKnownDiagnosticCustomTags.DoesNotSupportF1Help) ? null : Id;