3 references to IsPossibleExpression
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (2)
9922
return
IsPossibleExpression
(allowBinaryExpressions: false, allowAssignmentExpressions: false, allowAttributes: false);
9930
return
IsPossibleExpression
(allowBinaryExpressions: true, allowAssignmentExpressions: true, allowAttributes: true);
Parser\LanguageParser_Patterns.cs (1)
522
return this.
IsPossibleExpression
(allowBinaryExpressions: false, allowAssignmentExpressions: false, allowAttributes: false) ||