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