1 instantiation of GuidArrayHelperWithString
System.Private.DataContractSerialization (1)
System\Xml\ArrayHelper.cs (1)
343
public static readonly GuidArrayHelperWithString Instance = new
GuidArrayHelperWithString
();
4 references to GuidArrayHelperWithString
System.Private.DataContractSerialization (4)
System\Xml\ArrayHelper.cs (1)
343
public static readonly
GuidArrayHelperWithString
Instance = new GuidArrayHelperWithString();
System\Xml\XmlBaseReader.cs (1)
1864
return
GuidArrayHelperWithString
.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (1)
1259
return
GuidArrayHelperWithString
.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
309
GuidArrayHelperWithString
.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);