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