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