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