5 references to _typeIndex
ConfigurationSchemaGenerator (5)
ConfigSchemaEmitter.cs (5)
193var effectiveType = _typeIndex.GetTypeSpec(nullable.EffectiveTypeRef); 253if (_typeIndex.ShouldBindTo(property) && !IsExcluded(propertiesNode, property)) 277var propertyType = _typeIndex.GetTypeSpec(property.TypeRef); 322var elementType = _typeIndex.GetTypeSpec(collection.ElementTypeRef); 597var enumTypeSpec = _typeIndex.GetTypeSpec(parsable.TypeRef);