CodeGeneration\CSharpSyntaxGenerator.cs (13)
810return Isolate(m, member =>
1029=> this.Isolate(declaration, d => this.InsertAttributesInternal(d, index, attributes));
1060return this.Isolate(declaration, d => this.InsertReturnAttributesInternal(d, index, attributes));
1134=> this.Isolate(declaration, d => InsertAttributeArgumentsInternal(d, index, attributeArguments));
1414return this.Isolate(declaration, d =>
1622=> (TSyntaxNode)this.Isolate(declaration, d => this.WithModifiersInternal(d, modifiers));
1631return this.Isolate(declaration, d =>
2072=> this.Isolate(declaration, d => this.WithNameInternal(d, name));
2151=> Isolate(declaration, d => WithTypeInternal(d, type));
2469=> this.Isolate(declaration, d => WithExpressionInternal(d, expression));
3024return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesBeforeInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3063return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesAfterInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
3134return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));