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));
2078=> this.Isolate(declaration, d => this.WithNameInternal(d, name));
2157=> Isolate(declaration, d => WithTypeInternal(d, type));
2478=> this.Isolate(declaration, d => WithExpressionInternal(d, expression));
3033return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesBeforeInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3072return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesAfterInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3143return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));