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