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)
1952
public bool CanGetAttribute { get { return
_canGetAttribute
; } }