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