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