2 references to MultiDimArraysNotSupported
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
ConfigurationBindingGenerator.Parser.cs (1)
344
return CreateUnsupportedTypeSpec(typeParseInfo, NotSupportedReason.
MultiDimArraysNotSupported
);
Parser\DiagnosticDescriptors.cs (1)
75
NotSupportedReason.
MultiDimArraysNotSupported
=> MultiDimArraysNotSupported,