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