3 references to MethodNotDeclaredInAttributedInterface
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\ComInterfaceGeneratorDiagnosticsAnalyzer.cs (1)
38
GeneratorDiagnostics.
MethodNotDeclaredInAttributedInterface
,
ComMethodInfo.cs (2)
187
methods.Add(DiagnosticOr<(ComMethodInfo, IMethodSymbol)>.From(DiagnosticInfo.Create(GeneratorDiagnostics.
MethodNotDeclaredInAttributedInterface
, method.Locations.FirstOrDefault(), method.ToDisplayString())));
276
DiagnosticInfo.Create(GeneratorDiagnostics.
MethodNotDeclaredInAttributedInterface
, property.Locations.FirstOrDefault(), property.ToDisplayString())));