4 implementations of ConfigurationValueNotSupported
Microsoft.Interop.ComInterfaceGenerator (1)
DiagnosticDescriptorProvider.cs (1)
17public DiagnosticDescriptor ConfigurationValueNotSupported => GeneratorDiagnostics.ConfigurationValueNotSupported;
Microsoft.Interop.JavaScript.JSImportGenerator (1)
DescriptorProvider.cs (1)
14public DiagnosticDescriptor ConfigurationValueNotSupported => GeneratorDiagnostics.ConfigurationValueNotSupported;
Microsoft.Interop.LibraryImportGenerator (1)
DiagnosticDescriptorProvider.cs (1)
15public DiagnosticDescriptor ConfigurationValueNotSupported => GeneratorDiagnostics.ConfigurationValueNotSupported;
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DiagnosticDescriptorProvider.cs (1)
15public DiagnosticDescriptor ConfigurationValueNotSupported => GeneratorDiagnostics.ConfigurationValueNotSupported;
1 reference to ConfigurationValueNotSupported
Microsoft.Interop.SourceGeneration (1)
GeneratorDiagnosticsBag.cs (1)
60ReportDiagnostic(attributeData.CreateDiagnosticInfo(_descriptorProvider.ConfigurationValueNotSupported, unsupportedValue, configurationName));