1 write to _switchTargetType
Microsoft.CodeAnalysis.Features (1)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (1)
467
_switchTargetType
= operation.Type;
2 references to _switchTargetType
Microsoft.CodeAnalysis.Features (2)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (2)
464
RoslynDebug.Assert(
_switchTargetType
is null);
470
switchTargetType =
_switchTargetType
;