Implemented interface member:
property
Guard
Microsoft.CodeAnalysis.Operations.ISwitchExpressionArmOperation.Guard
1 write to Guard
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9390
Guard
= SetParentOperation(guard, this);
6 references to Guard
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9400
(
Guard
is null ? 0 : 1) +
9407
1 when
Guard
!= null
9408
=>
Guard
,
9421
if (
Guard
!= null) return (true, 1, 0);
9441
if (
Guard
!= null) return (true, 1, 0);
11279
return new SwitchExpressionArmOperation(Visit(internalOperation.Pattern), Visit(internalOperation.
Guard
), Visit(internalOperation.Value), internalOperation.Locals, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);