1 instantiation of SingleArrayHelperWithString
System.Private.DataContractSerialization (1)
System\Xml\ArrayHelper.cs (1)
223
public static readonly SingleArrayHelperWithString Instance = new
SingleArrayHelperWithString
();
4 references to SingleArrayHelperWithString
System.Private.DataContractSerialization (4)
System\Xml\ArrayHelper.cs (1)
223
public static readonly
SingleArrayHelperWithString
Instance = new SingleArrayHelperWithString();
System\Xml\XmlBaseReader.cs (1)
1824
return
SingleArrayHelperWithString
.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (1)
1147
return
SingleArrayHelperWithString
.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
301
SingleArrayHelperWithString
.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);