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 =>
1618=> (TSyntaxNode)this.Isolate(declaration, d => this.WithModifiersInternal(d, modifiers));
1627return this.Isolate(declaration, d =>
2068=> this.Isolate(declaration, d => this.WithNameInternal(d, name));
2147=> Isolate(declaration, d => WithTypeInternal(d, type));
2465=> this.Isolate(declaration, d => WithExpressionInternal(d, expression));
3020return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesBeforeInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3059return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesAfterInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3130return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));