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