4 references to InvalidAttributedMethodSignature
Microsoft.Interop.ComInterfaceGenerator (4)
Analyzers\ComInterfaceGeneratorDiagnosticsAnalyzer.cs (1)
40GeneratorDiagnostics.InvalidAttributedMethodSignature,
Analyzers\VtableIndexStubDiagnosticsAnalyzer.cs (2)
19GeneratorDiagnostics.InvalidAttributedMethodSignature, 116return DiagnosticInfo.Create(GeneratorDiagnostics.InvalidAttributedMethodSignature, methodSyntax.Identifier.GetLocation(), method.Name);
ComMethodInfo.cs (1)
124diagnostic = DiagnosticInfo.Create(GeneratorDiagnostics.InvalidAttributedMethodSignature, comMethodDeclaringSyntax.Identifier.GetLocation(), method.Name);