1 instantiation of BooleanArrayHelperWithString
System.Private.DataContractSerialization (1)
System\Xml\ArrayHelper.cs (1)
103public static readonly BooleanArrayHelperWithString Instance = new BooleanArrayHelperWithString();
3 references to BooleanArrayHelperWithString
System.Private.DataContractSerialization (3)
System\Xml\ArrayHelper.cs (1)
103public static readonly BooleanArrayHelperWithString Instance = new BooleanArrayHelperWithString();
System\Xml\XmlDictionaryReader.cs (1)
1032return BooleanArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
293BooleanArrayHelperWithString.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);