2 instantiations of Constant
Microsoft.CodeAnalysis.Features (2)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs (2)
289
=> new AnalyzedPattern.
Constant
(left),
291
=> new AnalyzedPattern.
Constant
(right),
2 references to Constant
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertIfToSwitch\CSharpConvertIfToSwitchCodeRefactoringProvider.Rewriting.cs (2)
93
if (label.Pattern is AnalyzedPattern.
Constant
constant)
113
AnalyzedPattern.
Constant
p => ConstantPattern(p.ExpressionSyntax),