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)
277case ArraySpec arrayType: 683private void EmitBindCoreImplForArray(ArraySpec type) 1106if ((complexType is ArraySpec || complexType.IsExactIEnumerableOfT) && canSet) 1109Debug.Assert(complexType is ArraySpec || complexType is EnumerableSpec); 1401if (collectionType is ArraySpec)