1 instantiation of TimeSpanArrayHelperWithDictionaryString
System.Runtime.Serialization (1)
System\Xml\ArrayHelper.cs (1)
388
static public readonly TimeSpanArrayHelperWithDictionaryString Instance = new
TimeSpanArrayHelperWithDictionaryString
();
4 references to TimeSpanArrayHelperWithDictionaryString
System.Runtime.Serialization (4)
System\Xml\ArrayHelper.cs (1)
388
static public readonly
TimeSpanArrayHelperWithDictionaryString
Instance = new TimeSpanArrayHelperWithDictionaryString();
System\Xml\XmlBaseReader.cs (1)
2004
return
TimeSpanArrayHelperWithDictionaryString
.Instance.ReadArray(this, localName, namespaceUri, quotas.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (1)
1326
return
TimeSpanArrayHelperWithDictionaryString
.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
844
TimeSpanArrayHelperWithDictionaryString
.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);