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)
154Debug.Assert(!type.IsValueType);
Emitter\CoreBindingHelpers.cs (9)
409string bangExpr = memberType.IsValueType ? string.Empty : "!"; 812bool isValueType = complexElementType.IsValueType; 814string elementTypeDisplayString = complexElementType.TypeRef.FullyQualifiedName + (complexElementType.IsValueType ? string.Empty : "?"); 972complexType.IsValueType || 1086!complexType.IsValueType && 1138if (effectiveMemberType.IsValueType) 1258Debug.Assert(!type.IsValueType); 1262else if (initKind is InitializationKind.None && type.IsValueType) 1325Debug.Assert(!type.IsValueType);