2 references to GetDiagnosticsForAnnotatedClass
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\ComClassGeneratorDiagnosticsAnalyzer.cs (1)
57
foreach (Diagnostic diagnostic in
GetDiagnosticsForAnnotatedClass
(classToAnalyze, unsafeCodeIsEnabled, generatedComInterfaceAttributeType))
ComClassGenerator.cs (1)
37
if (ComClassGeneratorDiagnosticsAnalyzer.
GetDiagnosticsForAnnotatedClass
(type, unsafeCodeIsEnabled, generatedComInterfaceAttributeType).Any())