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