CodeGeneration\CSharpSyntaxGenerator.cs (13)
803return Isolate(m, member =>
1022=> this.Isolate(declaration, d => this.InsertAttributesInternal(d, index, attributes));
1053return this.Isolate(declaration, d => this.InsertReturnAttributesInternal(d, index, attributes));
1127=> this.Isolate(declaration, d => InsertAttributeArgumentsInternal(d, index, attributeArguments));
1407return this.Isolate(declaration, d =>
1619=> (TSyntaxNode)this.Isolate(declaration, d => this.WithModifiersInternal(d, modifiers));
1628return this.Isolate(declaration, d =>
2076=> this.Isolate(declaration, d => this.WithNameInternal(d, name));
2155=> Isolate(declaration, d => WithTypeInternal(d, type));
2473=> this.Isolate(declaration, d => WithExpressionInternal(d, expression));
3028return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesBeforeInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3067return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesAfterInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3138return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));