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