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