8 references to CreateTypeNotSupportedDescriptor
ConfigurationSchemaGenerator (8)
DiagnosticDescriptors.cs (8)
19
public static DiagnosticDescriptor TypeNotSupported { get; } =
CreateTypeNotSupportedDescriptor
("TypeNotSupported");
20
public static DiagnosticDescriptor MissingPublicInstanceConstructor { get; } =
CreateTypeNotSupportedDescriptor
("MissingPublicInstanceConstructor");
21
public static DiagnosticDescriptor CollectionNotSupported { get; } =
CreateTypeNotSupportedDescriptor
("CollectionNotSupported");
22
public static DiagnosticDescriptor DictionaryKeyNotSupported { get; } =
CreateTypeNotSupportedDescriptor
("DictionaryKeyNotSupported");
23
public static DiagnosticDescriptor ElementTypeNotSupported { get; } =
CreateTypeNotSupportedDescriptor
("ElementTypeNotSupported");
24
public static DiagnosticDescriptor MultipleParameterizedConstructors { get; } =
CreateTypeNotSupportedDescriptor
("MultipleParameterizedConstructors");
25
public static DiagnosticDescriptor MultiDimArraysNotSupported { get; } =
CreateTypeNotSupportedDescriptor
("MultiDimArraysNotSupported");
26
public static DiagnosticDescriptor NullableUnderlyingTypeNotSupported { get; } =
CreateTypeNotSupportedDescriptor
("NullableUnderlyingTypeNotSupported");