2 writes to EffectiveTypeRef
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\Specs\Types\TypeSpec.cs (2)
16EffectiveTypeRef = TypeRef; // Overridden by NullableSpec. 49EffectiveTypeRef = underlyingTypeRef;
3 references to EffectiveTypeRef
ConfigurationSchemaGenerator (3)
ConfigSchemaEmitter.cs (1)
197var effectiveType = _typeIndex.GetTypeSpec(nullable.EffectiveTypeRef);
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (1)
125return TryRegisterTransitiveTypesForMethodGen(nullableSpec.EffectiveTypeRef);
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (1)
64TypeRef effectiveRef = typeSpec.EffectiveTypeRef;