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)
157
Debug.Assert(!type.
IsValueType
);
Emitter\CoreBindingHelpers.cs (9)
412
string bangExpr = memberType.
IsValueType
? string.Empty : "!";
815
bool isValueType = complexElementType.
IsValueType
;
817
string elementTypeDisplayString = complexElementType.TypeRef.FullyQualifiedName + (complexElementType.
IsValueType
? string.Empty : "?");
980
complexType.
IsValueType
||
1139
if (effectiveMemberType.
IsValueType
)
1248
&& !type.
IsValueType
1272
Debug.Assert(!type.
IsValueType
);
1276
else if (initKind is InitializationKind.None && type.
IsValueType
)
1339
Debug.Assert(!type.
IsValueType
);