1 implementation of IsNegated
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6175
public bool
IsNegated
{ get; }
1 reference to IsNegated
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7237
return new IsTypeOperation(VisitRequired(operation.ValueOperand), operation.TypeOperand, operation.
IsNegated
, semanticModel: null, operation.Syntax, operation.Type, IsImplicit(operation));