1 instantiation of BooleanArrayHelperWithDictionaryString
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
115static public readonly BooleanArrayHelperWithDictionaryString Instance = new BooleanArrayHelperWithDictionaryString();
4 references to BooleanArrayHelperWithDictionaryString
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
662array = BooleanArrayHelperWithDictionaryString.Instance.ReadArray(
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
115static public readonly BooleanArrayHelperWithDictionaryString Instance = new BooleanArrayHelperWithDictionaryString();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
925return BooleanArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
288BooleanArrayHelperWithDictionaryString.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);