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