2 overrides of WithTypeCore
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
11566
internal override BaseTypeSyntax
WithTypeCore
(TypeSyntax type) => WithType(type);
11621
internal override BaseTypeSyntax
WithTypeCore
(TypeSyntax type) => WithType(type);
1 reference to WithTypeCore
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
11526
public BaseTypeSyntax WithType(TypeSyntax type) =>
WithTypeCore
(type);