Base:
property
AttributeCount
Microsoft.Xml.XmlReader.AttributeCount
4 references to AttributeCount
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (3)
1423
if (
AttributeCount
> 0)
1449
if (
AttributeCount
> 0)
1756
return (
AttributeCount
> 0);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (1)
118
public override int AttributeCount { get { return IsXmlDataNode ? _xmlNodeReader.
AttributeCount
: _attributeCount; } }