1 instantiation of Int64ArrayHelperWithDictionaryString
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
205
static public readonly Int64ArrayHelperWithDictionaryString Instance = new
Int64ArrayHelperWithDictionaryString
();
5 references to Int64ArrayHelperWithDictionaryString
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
798
array =
Int64ArrayHelperWithDictionaryString
.Instance.ReadArray(
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
205
static public readonly
Int64ArrayHelperWithDictionaryString
Instance = new Int64ArrayHelperWithDictionaryString();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1785
return
Int64ArrayHelperWithDictionaryString
.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1012
return
Int64ArrayHelperWithDictionaryString
.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
294
Int64ArrayHelperWithDictionaryString
.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);