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