Base:
property
Type
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.BaseTypeSyntax.Type
2 references to Type
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
19033if (type != this.Type || argumentList != this.ArgumentList) 28453=> node.Update((TypeSyntax)Visit(node.Type), (ArgumentListSyntax)Visit(node.ArgumentList));