1 implementation of IsPostfix
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7308
public bool
IsPostfix
{ get; }
1 reference to IsPostfix
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7404
return new IncrementOrDecrementOperation(operation.
IsPostfix
, operation.IsLifted, operation.IsChecked, VisitRequired(operation.Target),