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