3 references to InvalidAttributedMethodSignature
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\VtableIndexStubDiagnosticsAnalyzer.cs (2)
19GeneratorDiagnostics.InvalidAttributedMethodSignature, 116return DiagnosticInfo.Create(GeneratorDiagnostics.InvalidAttributedMethodSignature, methodSyntax.Identifier.GetLocation(), method.Name);
ComMethodInfo.cs (1)
74return DiagnosticInfo.Create(GeneratorDiagnostics.InvalidAttributedMethodSignature, comMethodDeclaringSyntax.Identifier.GetLocation(), method.Name);