4 references to WithExpressionColon
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SubpatternSyntax.cs (1)
14=> WithExpressionColon(nameColon);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\SimplifyPropertyPattern\CSharpSimplifyPropertyPatternCodeFixProvider.cs (1)
84return currentSubpattern.WithExpressionColon(merged)
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\SimplifyPropertyPattern\CSharpSimplifyPropertyPatternCodeFixProvider.cs (1)
84return currentSubpattern.WithExpressionColon(merged)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
12225var newNode = node.WithExpressionColon(node.ExpressionColon).WithPattern(node.Pattern);