3 overrides of WithTypeCore
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Syntax.Generated.cs (3)
13138internal override BasePropertyDeclarationSyntax WithTypeCore(TypeSyntax type) => WithType(type); 13293internal override BasePropertyDeclarationSyntax WithTypeCore(TypeSyntax type) => WithType(type); 13410internal override BasePropertyDeclarationSyntax WithTypeCore(TypeSyntax type) => WithType(type);
1 reference to WithTypeCore
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
13019public BasePropertyDeclarationSyntax WithType(TypeSyntax type) => WithTypeCore(type);