1 instantiation of ReflectionXmlClassWriter
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ReflectionXmlFormatWriter.cs (1)
17
private readonly ReflectionXmlClassWriter _reflectionClassWriter = new
ReflectionXmlClassWriter
();
7 references to ReflectionXmlClassWriter
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\ReflectionXmlFormatWriter.cs (7)
17
private readonly
ReflectionXmlClassWriter
_reflectionClassWriter = new ReflectionXmlClassWriter();
48
ReflectionXmlClassWriter
.ReflectionWriteStartElement(xmlWriter, itemType, ns, ns.Value, itemName.Value);
49
ReflectionXmlClassWriter
.ReflectionWriteValue(xmlWriter, context, itemType, array.GetValue(i), false, primitiveContract);
50
ReflectionXmlClassWriter
.ReflectionWriteEndElement(xmlWriter);
78
ReflectionXmlClassWriter
.ReflectionWriteStartElement(xmlWriter, elementType, ns, ns.Value, itemName.Value);
85
ReflectionXmlClassWriter
.ReflectionWriteValue(xmlWriter, context, elementType, current, false, primitiveContractForParamType: null);
88
ReflectionXmlClassWriter
.ReflectionWriteEndElement(xmlWriter);