2 references to isObsoleteDiagnostic
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Symbol_Attributes.cs (2)
434
diagnostics.DiagnosticBag.AsEnumerableWithoutResolution().OfType<DiagnosticWithInfo>().Where(
isObsoleteDiagnostic
).Any())
476
if (d is DiagnosticWithInfo withInfo &&
isObsoleteDiagnostic
(withInfo))