2 references to ReturnConfigurationNotSupported
Microsoft.Interop.ComInterfaceGenerator (2)
ComMethodInfo.cs (1)
80
return DiagnosticInfo.Create(GeneratorDiagnostics.
ReturnConfigurationNotSupported
, comMethodDeclaringSyntax.Identifier.GetLocation(), "ref return", method.ToDisplayString());
VtableIndexStubGenerator.cs (1)
415
return Diagnostic.Create(GeneratorDiagnostics.
ReturnConfigurationNotSupported
, methodSyntax.Identifier.GetLocation(), "ref return", method.ToDisplayString());