4 references to Instance
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
866
array = DoubleArrayHelperWithDictionaryString.
Instance
.ReadArray(
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1805
return DoubleArrayHelperWithDictionaryString.
Instance
.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1068
return DoubleArrayHelperWithDictionaryString.
Instance
.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
298
DoubleArrayHelperWithDictionaryString.
Instance
.WriteArray(this, prefix, localName, namespaceUri, reader);