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