8 references to CreateTypeNotSupportedDescriptor
Microsoft.Extensions.Configuration.Binder.SourceGeneration (8)
Parser\DiagnosticDescriptors.cs (8)
16
public static DiagnosticDescriptor TypeNotSupported { get; } =
CreateTypeNotSupportedDescriptor
(nameof(SR.TypeNotSupported));
17
public static DiagnosticDescriptor MissingPublicInstanceConstructor { get; } =
CreateTypeNotSupportedDescriptor
(nameof(SR.MissingPublicInstanceConstructor));
18
public static DiagnosticDescriptor CollectionNotSupported { get; } =
CreateTypeNotSupportedDescriptor
(nameof(SR.CollectionNotSupported));
19
public static DiagnosticDescriptor DictionaryKeyNotSupported { get; } =
CreateTypeNotSupportedDescriptor
(nameof(SR.DictionaryKeyNotSupported));
20
public static DiagnosticDescriptor ElementTypeNotSupported { get; } =
CreateTypeNotSupportedDescriptor
(nameof(SR.ElementTypeNotSupported));
21
public static DiagnosticDescriptor MultipleParameterizedConstructors { get; } =
CreateTypeNotSupportedDescriptor
(nameof(SR.MultipleParameterizedConstructors));
22
public static DiagnosticDescriptor MultiDimArraysNotSupported { get; } =
CreateTypeNotSupportedDescriptor
(nameof(SR.MultiDimArraysNotSupported));
23
public static DiagnosticDescriptor NullableUnderlyingTypeNotSupported { get; } =
CreateTypeNotSupportedDescriptor
(nameof(SR.NullableUnderlyingTypeNotSupported));