4 references to ModeOf
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer.cs (4)
174
return
ModeOf
(_mode) == mode;
207
switch (
ModeOf
(_mode))
254
switch (
ModeOf
(_mode))
279
throw ExceptionUtilities.UnexpectedValue(
ModeOf
(_mode));