5 references to Space
Microsoft.ML.Transforms (5)
Expression\LexCharUtils.cs (2)
130
info = new LexCharInfo(LexStartKind.
Space
, LexCharKind.Space);
171
return LexStartKind.
Space
;
Expression\Lexer.cs (3)
172
if (kind != LexStartKind.
Space
&& kind != LexStartKind.PreProc)
195
case LexStartKind.
Space
:
784
Contracts.Assert(LexCharUtils.StartKind(ChCur) == LexStartKind.
Space
);