Implemented interface member:
property
Guard
Microsoft.CodeAnalysis.Operations.IPatternCaseClauseOperation.Guard
1 write to Guard
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7781Guard = SetParentOperation(guard, this);
6 references to Guard
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
7788(Guard is null ? 0 : 1); 77941 when Guard != null 7795=> Guard, 7806if (Guard != null) return (true, 1, 0); 7820if (Guard != null) return (true, 1, 0); 10629return new PatternCaseClauseOperation(internalOperation.Label, Visit(internalOperation.Pattern), Visit(internalOperation.Guard), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);