1 write to _switchTargetType
Microsoft.CodeAnalysis.Features (1)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (1)
461_switchTargetType = operation.Type;
3 references to _switchTargetType
Microsoft.CodeAnalysis.Features (3)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (3)
458RoslynDebug.Assert(_switchTargetType is null); 471RoslynDebug.AssertNotNull(_switchTargetType); 473return CanImplicitlyConvert(operation.SemanticModel, operation.Syntax, _switchTargetType);