1 write to IsValueType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Specs\Types\TypeSpec.cs (1)
19
IsValueType
= type.IsValueType;
9 references to IsValueType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (9)
Emitter\ConfigurationBinder.cs (1)
154
Debug.Assert(!type.
IsValueType
);
Emitter\CoreBindingHelpers.cs (8)
400
string bangExpr = memberType.
IsValueType
? string.Empty : "!";
807
bool isValueType = complexElementType.
IsValueType
;
809
string elementTypeDisplayString = complexElementType.TypeRef.FullyQualifiedName + (complexElementType.
IsValueType
? string.Empty : "?");
962
!_typeIndex.GetEffectiveTypeSpec(complexType).
IsValueType
&&
1013
if (effectiveMemberType.
IsValueType
)
1115
Debug.Assert(!type.
IsValueType
);
1119
else if (initKind is InitializationKind.None && type.
IsValueType
)
1143
Debug.Assert(!type.
IsValueType
);