2 references to ParseLogicalNot
Microsoft.CodeAnalysis.CSharp (2)
Parser\DirectiveParser.cs (2)
774
var left = this.
ParseLogicalNot
();
790
return SyntaxFactory.PrefixUnaryExpression(SyntaxKind.LogicalNotExpression, op, this.
ParseLogicalNot
());