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