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