Analyzers\JSImportExportDiagnosticsAnalyzer.cs (10)
21GeneratorDiagnostics.ParameterTypeNotSupported,
22GeneratorDiagnostics.ReturnTypeNotSupported,
23GeneratorDiagnostics.ParameterTypeNotSupportedWithDetails,
24GeneratorDiagnostics.ReturnTypeNotSupportedWithDetails,
25GeneratorDiagnostics.ParameterConfigurationNotSupported,
26GeneratorDiagnostics.ReturnConfigurationNotSupported,
27GeneratorDiagnostics.ConfigurationNotSupported,
28GeneratorDiagnostics.ConfigurationValueNotSupported,
29GeneratorDiagnostics.MarshallingAttributeConfigurationNotSupported);
178return DiagnosticInfo.Create(GeneratorDiagnostics.ReturnConfigurationNotSupported, methodSyntax.Identifier.GetLocation(), "ref return", method.ToDisplayString());