1 instantiation of BooleanArrayHelperWithString
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
100static public readonly BooleanArrayHelperWithString Instance = new BooleanArrayHelperWithString();
3 references to BooleanArrayHelperWithString
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
100static public readonly BooleanArrayHelperWithString Instance = new BooleanArrayHelperWithString();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
920return BooleanArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
259BooleanArrayHelperWithString.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);