1 implementation of Label
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8156
public new ILabelSymbol
Label
=> base.Label!;
2 references to Label
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
2066
Assert.Same(((ICaseClauseOperation)operation).Label, operation.
Label
);
Compilation\TestOperationVisitor.cs (1)
1581
Assert.Same(((ICaseClauseOperation)operation).Label, operation.
Label
);