4 references to StringFormatMask
mscorlib (4)
system\runtime\interopservices\attributes.cs (1)
890switch (type.Attributes & TypeAttributes.StringFormatMask)
system\type.cs (3)
1136get {return ((GetAttributeFlagsImpl() & TypeAttributes.StringFormatMask) == TypeAttributes.AnsiClass);} 1141get {return ((GetAttributeFlagsImpl() & TypeAttributes.StringFormatMask) == TypeAttributes.UnicodeClass);} 1146get {return ((GetAttributeFlagsImpl() & TypeAttributes.StringFormatMask) == TypeAttributes.AutoClass);}