4 references to SimplifyPropertyPatternHelpers
Microsoft.CodeAnalysis.CSharp.Features (4)
CSharpSimplifyPropertyPatternCodeFixProvider.cs (3)
70
if (!
SimplifyPropertyPatternHelpers
.IsSimplifiable(currentSubpattern, out var innerSubpattern, out var outerExpressionColon))
79
if (!
SimplifyPropertyPatternHelpers
.IsMergable(outerExpressionColon.Expression) ||
80
!
SimplifyPropertyPatternHelpers
.IsMergable(innerExpressionColon?.Expression))
CSharpSimplifyPropertyPatternDiagnosticAnalyzer.cs (1)
61
if (!
SimplifyPropertyPatternHelpers
.IsSimplifiable(subpattern, out _, out var expressionColon))