2 writes to scopeLink
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
205this.scopeLink = nextInScope; 2187decl.scopeLink = null;
4 references to scopeLink
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
1609nsdecl = nsdecl.scopeLink; 1645nsdecl = nsdecl.scopeLink; 2184NamespaceDecl next = decl.scopeLink; 2206decl = decl.scopeLink;