1 instantiation of Int32ArrayHelperWithDictionaryString
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
175
static public readonly Int32ArrayHelperWithDictionaryString Instance = new
Int32ArrayHelperWithDictionaryString
();
5 references to Int32ArrayHelperWithDictionaryString
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
764
array =
Int32ArrayHelperWithDictionaryString
.Instance.ReadArray(
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
175
static public readonly
Int32ArrayHelperWithDictionaryString
Instance = new Int32ArrayHelperWithDictionaryString();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1775
return
Int32ArrayHelperWithDictionaryString
.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
984
return
Int32ArrayHelperWithDictionaryString
.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
292
Int32ArrayHelperWithDictionaryString
.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);