1 write to IsValueType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Specs\Types\TypeSpec.cs (1)
19IsValueType = type.IsValueType;
10 references to IsValueType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (10)
Emitter\ConfigurationBinder.cs (1)
157Debug.Assert(!type.IsValueType);
Emitter\CoreBindingHelpers.cs (9)
412string bangExpr = memberType.IsValueType ? string.Empty : "!"; 815bool isValueType = complexElementType.IsValueType; 817string elementTypeDisplayString = complexElementType.TypeRef.FullyQualifiedName + (complexElementType.IsValueType ? string.Empty : "?"); 980complexType.IsValueType || 1139if (effectiveMemberType.IsValueType) 1248&& !type.IsValueType 1272Debug.Assert(!type.IsValueType); 1276else if (initKind is InitializationKind.None && type.IsValueType) 1339Debug.Assert(!type.IsValueType);