CodeGeneration\CSharpSyntaxGenerator.cs (9)
1041=> this.Isolate(declaration, d => this.InsertAttributesInternal(d, index, attributes));
1072return this.Isolate(declaration, d => this.InsertReturnAttributesInternal(d, index, attributes));
1146=> this.Isolate(declaration, d => InsertAttributeArgumentsInternal(d, index, attributeArguments));
1913=> this.Isolate(declaration, d => this.WithNameInternal(d, name));
1992=> Isolate(declaration, d => WithTypeInternal(d, type));
2313=> this.Isolate(declaration, d => WithExpressionInternal(d, expression));
2868return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesBeforeInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
2907return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesAfterInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
2978return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));