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