1 instantiation of TimeSpanArrayHelperWithDictionaryString
System.Private.DataContractSerialization (1)
System\Xml\ArrayHelper.cs (1)
388public static readonly TimeSpanArrayHelperWithDictionaryString Instance = new TimeSpanArrayHelperWithDictionaryString();
4 references to TimeSpanArrayHelperWithDictionaryString
System.Private.DataContractSerialization (4)
System\Xml\ArrayHelper.cs (1)
388public static readonly TimeSpanArrayHelperWithDictionaryString Instance = new TimeSpanArrayHelperWithDictionaryString();
System\Xml\XmlBaseReader.cs (1)
1879return TimeSpanArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (1)
1292return TimeSpanArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
340TimeSpanArrayHelperWithDictionaryString.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);