3 references to HC_ST_string
System.Private.Xml (3)
System\Xml\Schema\Inference\Infer.cs (3)
81
internal const short HC_ST_Count =
HC_ST_string
+ 1;
102
internal const int TF_string = 1 <<
HC_ST_string
;
2497
if (qname == SimpleTypes[
HC_ST_string
])