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