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