1 write to typeAttributes
System.Xml (1)
System\Xml\Serialization\XmlSerializationILGen.cs (1)
47this.typeAttributes = TypeAttributes.Public;
1 reference to typeAttributes
System.Xml (1)
System\Xml\Serialization\XmlSerializationILGen.cs (1)
63internal TypeAttributes TypeAttributes { get { return typeAttributes; } }