6 instantiations of Attributes
System.Runtime.Serialization (6)
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
142attributes = new Attributes();
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
135Attributes attributes = new Attributes();
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (4)
117this.attributes = new Attributes(); 123this.attributes = new Attributes(); 349attributes = new Attributes(); 989if (attributesInXmlData == null) attributesInXmlData = new Attributes();
3 references to Attributes
System.Runtime.Serialization (3)
System\Runtime\Serialization\PrimitiveDataContract.cs (1)
135Attributes attributes = new Attributes();
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
24internal Attributes attributes; 28Attributes attributesInXmlData;