4 references to ReturnConfigurationNotSupported
Microsoft.Interop.ComInterfaceGenerator (4)
Analyzers\ComInterfaceGeneratorDiagnosticsAnalyzer.cs (1)
51GeneratorDiagnostics.ReturnConfigurationNotSupported,
Analyzers\VtableIndexStubDiagnosticsAnalyzer.cs (2)
21GeneratorDiagnostics.ReturnConfigurationNotSupported, 131return DiagnosticInfo.Create(GeneratorDiagnostics.ReturnConfigurationNotSupported, methodSyntax.Identifier.GetLocation(), "ref return", method.ToDisplayString());
ComMethodInfo.cs (1)
80return DiagnosticInfo.Create(GeneratorDiagnostics.ReturnConfigurationNotSupported, comMethodDeclaringSyntax.Identifier.GetLocation(), "ref return", method.ToDisplayString());