2 writes to EffectiveTypeRef
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
Specs\Types\TypeSpec.cs (2)
16EffectiveTypeRef = TypeRef; // Overridden by NullableSpec. 59EffectiveTypeRef = underlyingTypeRef;
2 references to EffectiveTypeRef
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
Specs\BindingHelperInfo.cs (1)
125return TryRegisterTransitiveTypesForMethodGen(nullableSpec.EffectiveTypeRef);
Specs\TypeIndex.cs (1)
64TypeRef effectiveRef = typeSpec.EffectiveTypeRef;