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);
32500
var result = new
SimpleBaseTypeSyntax
(SyntaxKind.SimpleBaseType, type, this.context);
37922
var result = new
SimpleBaseTypeSyntax
(SyntaxKind.SimpleBaseType, type);
11 references to SimpleBaseTypeSyntax
Microsoft.CodeAnalysis.CSharp (11)
_generated\1\Syntax.xml.Internal.Generated.cs (11)
18955
public
SimpleBaseTypeSyntax
Update(TypeSyntax type)
18959
var
newNode = SyntaxFactory.SimpleBaseType(type);
27591
public virtual TResult VisitSimpleBaseType(
SimpleBaseTypeSyntax
node) => this.DefaultVisit(node);
27845
public virtual void VisitSimpleBaseType(
SimpleBaseTypeSyntax
node) => this.DefaultVisit(node);
28449
public override CSharpSyntaxNode VisitSimpleBaseType(
SimpleBaseTypeSyntax
node)
32490
public
SimpleBaseTypeSyntax
SimpleBaseType(TypeSyntax type)
32498
if (cached != null) return (
SimpleBaseTypeSyntax
)cached;
32500
var
result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type, this.context);
37912
public static
SimpleBaseTypeSyntax
SimpleBaseType(TypeSyntax type)
37920
if (cached != null) return (
SimpleBaseTypeSyntax
)cached;
37922
var
result = new SimpleBaseTypeSyntax(SyntaxKind.SimpleBaseType, type);