2 references to IsReturnableConstructOrTopLevelCompilationUnit
Microsoft.CodeAnalysis.CSharp.Features (2)
Highlighting\KeywordHighlighters\AsyncAwaitHighlighter.cs (1)
34
=> node.
IsReturnableConstructOrTopLevelCompilationUnit
();
Highlighting\KeywordHighlighters\ReturnStatementHighlighter.cs (1)
35
.FirstOrDefault(n => n.
IsReturnableConstructOrTopLevelCompilationUnit
());