1 instantiation of BooleanArrayHelperWithDictionaryString
System.Runtime.Serialization (1)
System\Xml\ArrayHelper.cs (1)
118
static public readonly BooleanArrayHelperWithDictionaryString Instance = new
BooleanArrayHelperWithDictionaryString
();
4 references to BooleanArrayHelperWithDictionaryString
System.Runtime.Serialization (4)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
870
array =
BooleanArrayHelperWithDictionaryString
.Instance.ReadArray(
System\Xml\ArrayHelper.cs (1)
118
static public readonly
BooleanArrayHelperWithDictionaryString
Instance = new BooleanArrayHelperWithDictionaryString();
System\Xml\XmlDictionaryReader.cs (1)
1071
return
BooleanArrayHelperWithDictionaryString
.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
826
BooleanArrayHelperWithDictionaryString
.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);