1 write to _canGetAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1926_canGetAttribute = ((nodeFlags & XmlNodeFlags.CanGetAttribute) != 0);
1 reference to _canGetAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1952public bool CanGetAttribute { get { return _canGetAttribute; } }