Implemented interface member:
property
Operation
Microsoft.CodeAnalysis.Operations.ILabeledOperation.Operation
1 write to Operation
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4521
Operation
= SetParentOperation(operation, this);
6 references to Operation
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
4526
(
Operation
is null ? 0 : 1);
4530
0 when
Operation
!= null
4531
=>
Operation
,
4539
if (
Operation
!= null) return (true, 0, 0);
4553
if (
Operation
!= null) return (true, 0, 0);
10834
return new LabeledOperation(internalOperation.Label, Visit(internalOperation.
Operation
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);