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)
464RoslynDebug.Assert(_switchTargetType is null); 470switchTargetType = _switchTargetType;