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