1 write to IsValueType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Specs\Types\TypeSpec.cs (1)
19
IsValueType
= type.IsValueType;
10 references to IsValueType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (10)
Emitter\ConfigurationBinder.cs (1)
154
Debug.Assert(!type.
IsValueType
);
Emitter\CoreBindingHelpers.cs (9)
409
string bangExpr = memberType.
IsValueType
? string.Empty : "!";
812
bool isValueType = complexElementType.
IsValueType
;
814
string elementTypeDisplayString = complexElementType.TypeRef.FullyQualifiedName + (complexElementType.
IsValueType
? string.Empty : "?");
972
complexType.
IsValueType
||
1086
!complexType.
IsValueType
&&
1138
if (effectiveMemberType.
IsValueType
)
1258
Debug.Assert(!type.
IsValueType
);
1262
else if (initKind is InitializationKind.None && type.
IsValueType
)
1325
Debug.Assert(!type.
IsValueType
);