8 references to Build
Microsoft.CodeAnalysis (1)
Diagnostic\WellKnownDiagnosticTags.cs (1)
30
public const string Build = nameof(
Build
);
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\VirtualProjectXmlDiagnosticSourceProvider.cs (1)
62
customTags: [WellKnownDiagnosticTags.
Build
],
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\ProtocolConversions.Diagnostics.cs (3)
24
if (d.CustomTags.Contains(WellKnownDiagnosticTags.
Build
))
27
return d.WithCustomTags(d.CustomTags.Add(WellKnownDiagnosticTags.
Build
));
260
result.Add(diagnosticData.CustomTags.Contains(WellKnownDiagnosticTags.
Build
)
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DiagnosticData.cs (2)
98
= ImmutableDictionary<string, string?>.Empty.Add(WellKnownDiagnosticPropertyNames.Origin, WellKnownDiagnosticTags.
Build
);
367
value == WellKnownDiagnosticTags.
Build
;
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ProjectExternalErrorReporter.cs (1)
278
category: WellKnownDiagnosticTags.
Build
,