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