Base:
method
ReadElementContentAsBoolean
Microsoft.Xml.XmlReader.ReadElementContentAsBoolean()
1 override of ReadElementContentAsBoolean
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
105public override bool ReadElementContentAsBoolean()
4 references to ReadElementContentAsBoolean
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (2)
110return base.ReadElementContentAsBoolean(); 130value = base.ReadElementContentAsBoolean();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
934array[offset + actual] = ReadElementContentAsBoolean();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
775value = reader.ReadElementContentAsBoolean();