1 instantiation of ArraySpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
ConfigurationBindingGenerator.Parser.cs (1)
360return new ArraySpec(typeSymbol)
6 references to ArraySpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (6)
ConfigurationBindingGenerator.Parser.cs (1)
199Debug.Assert(spec is ArraySpec or UnsupportedTypeSpec);
Emitter\CoreBindingHelpers.cs (5)
280case ArraySpec arrayType: 686private void EmitBindCoreImplForArray(ArraySpec type) 1107if ((complexType is ArraySpec || complexType.IsExactIEnumerableOfT) && canSet) 1110Debug.Assert(complexType is ArraySpec || complexType is EnumerableSpec); 1419if (collectionType is ArraySpec)