2 references to WithType
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
13913
internal override BaseParameterSyntax WithTypeCore(TypeSyntax? type) =>
WithType
(type ?? throw new ArgumentNullException(nameof(type)));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
13663
var newNode = node.WithAttributeLists(node.AttributeLists).WithModifiers(node.Modifiers).
WithType
(node.Type);