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