2 references to ReturnConfigurationNotSupported
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportGenerator.cs (1)
359
return Diagnostic.Create(GeneratorDiagnostics.
ReturnConfigurationNotSupported
, methodSyntax.Identifier.GetLocation(), "ref return", method.ToDisplayString());
JSImportGenerator.cs (1)
238
return Diagnostic.Create(GeneratorDiagnostics.
ReturnConfigurationNotSupported
, methodSyntax.Identifier.GetLocation(), "ref return", method.ToDisplayString());