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