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