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