4 instantiations of SimpleBaseTypeSyntax
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
18973=> new SimpleBaseTypeSyntax(this.Kind, this.type, diagnostics, GetAnnotations()); 18976=> new SimpleBaseTypeSyntax(this.Kind, this.type, GetDiagnostics(), annotations); 32500var result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type, this.context); 37922var result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type);
11 references to SimpleBaseTypeSyntax
Microsoft.CodeAnalysis.CSharp (11)
_generated\1\Syntax.xml.Internal.Generated.cs (11)
18955public SimpleBaseTypeSyntax Update(TypeSyntax type) 18959var newNode = SyntaxFactory.SimpleBaseType(type); 27591public virtual TResult VisitSimpleBaseType(SimpleBaseTypeSyntax node) => this.DefaultVisit(node); 27845public virtual void VisitSimpleBaseType(SimpleBaseTypeSyntax node) => this.DefaultVisit(node); 28449public override CSharpSyntaxNode VisitSimpleBaseType(SimpleBaseTypeSyntax node) 32490public SimpleBaseTypeSyntax SimpleBaseType(TypeSyntax type) 32498if (cached != null) return (SimpleBaseTypeSyntax)cached; 32500var result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type, this.context); 37912public static SimpleBaseTypeSyntax SimpleBaseType(TypeSyntax type) 37920if (cached != null) return (SimpleBaseTypeSyntax)cached; 37922var result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type);