2 references to WithType
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
3945
public ArrayCreationExpressionSyntax AddTypeRankSpecifiers(params ArrayRankSpecifierSyntax[] items) =>
WithType
(this.Type.WithRankSpecifiers(this.Type.RankSpecifiers.AddRange(items)));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
11868
var newNode = node.WithNewKeyword(node.NewKeyword).
WithType
(node.Type).WithInitializer(node.Initializer);