4 references to ModeOf
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer.cs (4)
183
return
ModeOf
(_mode) == mode;
216
switch (
ModeOf
(_mode))
263
switch (
ModeOf
(_mode))
288
throw ExceptionUtilities.UnexpectedValue(
ModeOf
(_mode));