4 references to Labeled
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (2)
334/// <item><description><see cref="OperationKind.Labeled"/></description></item> 4602public override OperationKind Kind => OperationKind.Labeled;
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementIDisposableCorrectly.cs (2)
550case OperationKind.Labeled: 678OperationKind.Empty or OperationKind.Labeled => true,