2 references to WithType
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
11621
internal override BaseTypeSyntax WithTypeCore(TypeSyntax type) =>
WithType
(type);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
13300
var newNode = node.
WithType
(node.Type).WithArgumentList(node.ArgumentList);