Base:
property
Type
Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax.BaseParameterSyntax.Type
2 references to Type
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
22551
if (attributeLists != this.AttributeLists || modifiers != this.Modifiers || type != this.
Type
)
28531
=> node.Update(VisitList(node.AttributeLists), VisitList(node.Modifiers), (TypeSyntax)Visit(node.
Type
));