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