2 writes to scopeLink
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
212this.scopeLink = nextInScope; 2484decl.scopeLink = null;
4 references to scopeLink
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
1825nsdecl = nsdecl.scopeLink; 1869nsdecl = nsdecl.scopeLink; 2481NamespaceDecl? next = decl.scopeLink; 2506decl = decl.scopeLink;