1 implementation of IsNegated
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6135
public bool
IsNegated
{ get; }
3 references to IsNegated
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7201
return 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)
1319
if (operation.
IsNegated
)
Compilation\TestOperationVisitor.cs (1)
918
bool isNegated = operation.
IsNegated
;