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