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