Implemented interface member:
property
Operation
Microsoft.CodeAnalysis.Operations.ILabeledOperation.Operation
1 write to Operation
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4559
Operation
= SetParentOperation(operation, this);
6 references to Operation
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
4564
(
Operation
is null ? 0 : 1);
4568
0 when
Operation
!= null
4569
=>
Operation
,
4577
if (
Operation
!= null) return (true, 0, 0);
4591
if (
Operation
!= null) return (true, 0, 0);
10904
return new LabeledOperation(internalOperation.Label, Visit(internalOperation.
Operation
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);