1 implementation of IsNegated
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6135public bool IsNegated { get; }
3 references to IsNegated
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7201return new IsTypeOperation(VisitRequired(operation.ValueOperand), operation.TypeOperand, operation.IsNegated, semanticModel: null, operation.Syntax, operation.Type, IsImplicit(operation));
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1319if (operation.IsNegated)
Compilation\TestOperationVisitor.cs (1)
918bool isNegated = operation.IsNegated;