8 references to ResultKind
Microsoft.CodeAnalysis.CSharp.Features (8)
CSharpUseRangeOperatorCodeFixProvider.cs (2)
130ResultKind.Computed => CreateComputedRange(result), 131ResultKind.Constant => CreateConstantRange(result, generator),
CSharpUseRangeOperatorDiagnosticAnalyzer.cs (4)
134ResultKind.Computed, 186ResultKind.Computed, 199ResultKind.Constant, 231ResultKind.Computed,
CSharpUseRangeOperatorDiagnosticAnalyzer.Result.cs (2)
24public readonly ResultKind Kind; 37ResultKind kind,