11 references to ResultKind
Microsoft.CodeAnalysis.CSharp.Features (11)
src\Analyzers\CSharp\Analyzers\UseIndexOrRangeOperator\CSharpUseRangeOperatorDiagnosticAnalyzer.cs (7)
127ResultKind.Computed, 178ResultKind.Computed, 195ResultKind.Constant, 211ResultKind.Constant, 248ResultKind.Computed, 261ResultKind.Constant, 293ResultKind.Computed,
src\Analyzers\CSharp\Analyzers\UseIndexOrRangeOperator\CSharpUseRangeOperatorDiagnosticAnalyzer.Result.cs (2)
26ResultKind kind, 34public readonly ResultKind Kind = kind;
src\Analyzers\CSharp\CodeFixes\UseIndexOrRangeOperator\CSharpUseRangeOperatorCodeFixProvider.cs (2)
132ResultKind.Computed => CreateComputedRange(result), 133ResultKind.Constant => CreateConstantRange(result, generator),