Implemented interface member:
property
Guard
Microsoft.CodeAnalysis.Operations.IPatternCaseClauseOperation.Guard
1 write to Guard
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8154Guard = SetParentOperation(guard, this);
6 references to Guard
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8161(Guard is null ? 0 : 1); 81671 when Guard != null 8168=> Guard, 8179if (Guard != null) return (true, 1, 0); 8193if (Guard != null) return (true, 1, 0); 11179return new PatternCaseClauseOperation(internalOperation.Label, Visit(internalOperation.Pattern), Visit(internalOperation.Guard), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);