2 references to GetDiagnosticIfInvalidMethodForGeneration
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\VtableIndexStubDiagnosticsAnalyzer.cs (1)
83
DiagnosticInfo? invalidMethodDiagnostic =
GetDiagnosticIfInvalidMethodForGeneration
(methodSyntax, method);
VtableIndexStubGenerator.cs (1)
50
static data => data is not null && VtableIndexStubDiagnosticsAnalyzer.
GetDiagnosticIfInvalidMethodForGeneration
(data.Syntax, data.Symbol) is null);