5 references to AnsiClass
mscorlib (3)
system\reflection\emit\typebuilder.cs (1)
885typeAttributes = TypeAttributes.Public | TypeAttributes.ExplicitLayout | TypeAttributes.Class | TypeAttributes.Sealed | TypeAttributes.AnsiClass;
system\runtime\interopservices\attributes.cs (1)
892case TypeAttributes.AnsiClass: charSet = CharSet.Ansi; break;
system\type.cs (1)
1136get {return ((GetAttributeFlagsImpl() & TypeAttributes.StringFormatMask) == TypeAttributes.AnsiClass);}
System.Core (1)
Microsoft\Scripting\Compiler\AssemblyGen.cs (1)
127TypeAttributes.Class | TypeAttributes.Public | TypeAttributes.Sealed | TypeAttributes.AnsiClass | TypeAttributes.AutoClass
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
110this.typeAttributes = TypeAttributes.AnsiClass;