2 references to UnicodeClass
mscorlib (2)
system\runtime\interopservices\attributes.cs (1)
894
case TypeAttributes.
UnicodeClass
: charSet = CharSet.Unicode; break;
system\type.cs (1)
1141
get {return ((GetAttributeFlagsImpl() & TypeAttributes.StringFormatMask) == TypeAttributes.
UnicodeClass
);}