CodeGeneration\CSharpSyntaxGenerator.cs (13)
810return Isolate(m, member =>
1035=> this.Isolate(declaration, d => this.InsertAttributesInternal(d, index, attributes));
1066return this.Isolate(declaration, d => this.InsertReturnAttributesInternal(d, index, attributes));
1140=> this.Isolate(declaration, d => InsertAttributeArgumentsInternal(d, index, attributeArguments));
1420return this.Isolate(declaration, d =>
1628=> (TSyntaxNode)this.Isolate(declaration, d => this.WithModifiersInternal(d, modifiers));
1637return this.Isolate(declaration, d =>
2078=> this.Isolate(declaration, d => this.WithNameInternal(d, name));
2157=> Isolate(declaration, d => WithTypeInternal(d, type));
2475=> this.Isolate(declaration, d => WithExpressionInternal(d, expression));
3030return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesBeforeInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3069return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesAfterInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3140return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));