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