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