3 references to ComHostingDoesNotSupportGeneratedComInterface
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\ComHostingDoesNotSupportGeneratedComInterfaceAnalyzer.cs (3)
17
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(
ComHostingDoesNotSupportGeneratedComInterface
);
55
context.ReportDiagnostic(context.ContainingSymbol.CreateDiagnostic(
ComHostingDoesNotSupportGeneratedComInterface
, context.ContainingSymbol.Name));
63
context.ReportDiagnostic(context.ContainingSymbol.CreateDiagnostic(
ComHostingDoesNotSupportGeneratedComInterface
, context.ContainingSymbol.Name));