1 implementation of Label
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4563public ILabelSymbol Label { get; }
2 references to Label
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
1467VisitLabel(labelOperation.Label); 3868VisitLabel(operation.Label);