2 references to InvalidAttributedMethodSignature
Microsoft.Interop.ComInterfaceGenerator (2)
ComMethodInfo.cs (1)
74
return DiagnosticInfo.Create(GeneratorDiagnostics.
InvalidAttributedMethodSignature
, comMethodDeclaringSyntax.Identifier.GetLocation(), method.Name);
VtableIndexStubGenerator.cs (1)
400
return Diagnostic.Create(GeneratorDiagnostics.
InvalidAttributedMethodSignature
, methodSyntax.Identifier.GetLocation(), method.Name);