3 writes to ElementTypeRef
ConfigurationSchemaGenerator (3)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (3)
358
ElementTypeRef
= elementTypeRef,
436
ElementTypeRef
= elementTypeRef,
518
ElementTypeRef
= elementTypeRef,
8 references to ElementTypeRef
ConfigurationSchemaGenerator (8)
ConfigSchemaEmitter.cs (2)
308
if (collection.TypeRef.Equals(collection.
ElementTypeRef
) || _visitedTypes.Contains(collection))
322
var elementType = _typeIndex.GetTypeSpec(collection.
ElementTypeRef
);
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (2)
136
TryRegisterTransitiveTypesForMethodGen(dictionarySpec.
ElementTypeRef
) &&
148
return TryRegisterTransitiveTypesForMethodGen(collectionSpec.
ElementTypeRef
) &&
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (4)
27
CollectionSpec collectionSpec => CanBindTo(collectionSpec.
ElementTypeRef
),
35
DictionarySpec dictSpec => KeyIsSupported(dictSpec) && CanBindTo(dictSpec.
ElementTypeRef
),
36
CollectionSpec collectionSpec => CanBindTo(collectionSpec.
ElementTypeRef
),
89
string elementTypeFQN = type.
ElementTypeRef
.FullyQualifiedName;