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