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