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)
458
RoslynDebug.Assert(
_switchTargetType
is null);
471
RoslynDebug.AssertNotNull(
_switchTargetType
);
473
return CanImplicitlyConvert(operation.SemanticModel, operation.Syntax,
_switchTargetType
);