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