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