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