3 overrides of WithTypeCore
Microsoft.CodeAnalysis.CSharp (3)
_generated\2\Syntax.xml.Syntax.Generated.cs (3)
13353
internal override BasePropertyDeclarationSyntax
WithTypeCore
(TypeSyntax type) => WithType(type);
13508
internal override BasePropertyDeclarationSyntax
WithTypeCore
(TypeSyntax type) => WithType(type);
13625
internal override BasePropertyDeclarationSyntax
WithTypeCore
(TypeSyntax type) => WithType(type);
1 reference to WithTypeCore
Microsoft.CodeAnalysis.CSharp (1)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13234
public BasePropertyDeclarationSyntax WithType(TypeSyntax type) =>
WithTypeCore
(type);