18 writes to _kind
System.Private.Xml (18)
System\Xml\XPath\Internal\XPathScanner.cs (18)
132
_kind
= LexKind.Eof;
147
_kind
= (LexKind)Convert.ToInt32(CurrentChar, CultureInfo.InvariantCulture);
151
_kind
= LexKind.Lt;
155
_kind
= LexKind.Le;
160
_kind
= LexKind.Gt;
164
_kind
= LexKind.Ge;
169
_kind
= LexKind.Bang;
173
_kind
= LexKind.Ne;
178
_kind
= LexKind.Dot;
182
_kind
= LexKind.DotDot;
187
_kind
= LexKind.Number;
192
_kind
= LexKind.Slash;
196
_kind
= LexKind.SlashSlash;
202
_kind
= LexKind.String;
208
_kind
= LexKind.Number;
213
_kind
= LexKind.Name;
225
_kind
= LexKind.Axe;
255
_kind
= LexKind.Axe;
7 references to _kind
System.Private.Xml (7)
System\Xml\XPath\Internal\XPathScanner.cs (7)
58
public LexKind Kind { get { return
_kind
; } }
64
Debug.Assert(
_kind
== LexKind.Name ||
_kind
== LexKind.Axe);
74
Debug.Assert(
_kind
== LexKind.Name);
84
Debug.Assert(
_kind
== LexKind.String);
94
Debug.Assert(
_kind
== LexKind.Number);
106
Debug.Assert(
_kind
== LexKind.Name);