CodeGeneration\CSharpSyntaxGenerator.cs (13)
811return Isolate(m, member =>
1036=> this.Isolate(declaration, d => this.InsertAttributesInternal(d, index, attributes));
1067return this.Isolate(declaration, d => this.InsertReturnAttributesInternal(d, index, attributes));
1141=> this.Isolate(declaration, d => InsertAttributeArgumentsInternal(d, index, attributeArguments));
1421return this.Isolate(declaration, d =>
1629=> (TSyntaxNode)this.Isolate(declaration, d => this.WithModifiersInternal(d, modifiers));
1638return this.Isolate(declaration, d =>
2079=> this.Isolate(declaration, d => this.WithNameInternal(d, name));
2158=> Isolate(declaration, d => WithTypeInternal(d, type));
2476=> this.Isolate(declaration, d => WithExpressionInternal(d, expression));
3031return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesBeforeInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3070return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesAfterInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3141return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));