1 instantiation of Int64ArrayHelperWithString
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
190static public readonly Int64ArrayHelperWithString Instance = new Int64ArrayHelperWithString();
4 references to Int64ArrayHelperWithString
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
190static public readonly Int64ArrayHelperWithString Instance = new Int64ArrayHelperWithString();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1780return Int64ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1007return Int64ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
265Int64ArrayHelperWithString.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);