CodeGeneration\CSharpSyntaxGenerator.cs (13)
783return Isolate(m, member =>
1019=> this.Isolate(declaration, d => this.InsertAttributesInternal(d, index, attributes));
1050return this.Isolate(declaration, d => this.InsertReturnAttributesInternal(d, index, attributes));
1125=> this.Isolate(declaration, d => InsertAttributeArgumentsInternal(d, index, attributeArguments));
1399return this.Isolate(declaration, d =>
1611=> this.Isolate(declaration, d => this.WithModifiersInternal(d, modifiers));
1620return this.Isolate(declaration, d =>
1908=> this.Isolate(declaration, d => this.WithNameInternal(d, name));
1987=> Isolate(declaration, d => WithTypeInternal(d, type));
2308=> this.Isolate(declaration, d => WithExpressionInternal(d, expression));
2889return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesBeforeInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
2928return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesAfterInternal(r, r.GetCurrentNode(declaration)!, newDeclarations));
2997return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));