1 instantiation of Int32ArrayHelperWithString
System.Runtime.Serialization (1)
System\Xml\ArrayHelper.cs (1)
163
static public readonly Int32ArrayHelperWithString Instance = new
Int32ArrayHelperWithString
();
4 references to Int32ArrayHelperWithString
System.Runtime.Serialization (4)
System\Xml\ArrayHelper.cs (1)
163
static public readonly
Int32ArrayHelperWithString
Instance = new Int32ArrayHelperWithString();
System\Xml\XmlBaseReader.cs (1)
1929
return
Int32ArrayHelperWithString
.Instance.ReadArray(this, localName, namespaceUri, quotas.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (1)
1125
return
Int32ArrayHelperWithString
.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
801
Int32ArrayHelperWithString
.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);