18 writes to kind
System.Xml (18)
System\Xml\XPath\Internal\XPathScanner.cs (18)
118
kind
= LexKind.Eof;
124
kind
= (LexKind) Convert.ToInt32(this.CurerntChar, CultureInfo.InvariantCulture);
128
kind
= LexKind.Lt;
131
kind
= LexKind.Le;
136
kind
= LexKind.Gt;
139
kind
= LexKind.Ge;
144
kind
= LexKind.Bang;
147
kind
= LexKind.Ne;
152
kind
= LexKind.Dot;
155
kind
= LexKind.DotDot;
159
kind
= LexKind.Number;
164
kind
= LexKind.Slash;
167
kind
= LexKind.SlashSlash;
173
this.
kind
= LexKind.String;
178
kind
= LexKind.Number;
186
kind
= LexKind.Name;
196
kind
= LexKind.Axe;
224
kind
= LexKind.Axe;
7 references to kind
System.Xml (7)
System\Xml\XPath\Internal\XPathScanner.cs (7)
67
public LexKind Kind { get { return this.
kind
; } }
71
Debug.Assert(this.
kind
== LexKind.Name || this.
kind
== LexKind.Axe);
79
Debug.Assert(this.
kind
== LexKind.Name);
87
Debug.Assert(this.
kind
== LexKind.String);
95
Debug.Assert(this.
kind
== LexKind.Number);
105
Debug.Assert(this.
kind
== LexKind.Name);