1 write to IsValueType
ConfigurationSchemaGenerator (1)
RuntimeSource\SourceGenerators\TypeRef.cs (1)
20
IsValueType
= type.IsValueType;
1 reference to IsValueType
ConfigurationSchemaGenerator (1)
RuntimeSource\SourceGenerators\TypeRef.cs (1)
36
public bool CanBeNull => !
IsValueType
|| SpecialType is SpecialType.System_Nullable_T;