9 references to Isolate
Microsoft.CodeAnalysis.CSharp.Workspaces (9)
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)); 1914=> this.Isolate(declaration, d => this.WithNameInternal(d, name)); 1993=> Isolate(declaration, d => WithTypeInternal(d, type)); 2314=> this.Isolate(declaration, d => WithExpressionInternal(d, expression)); 2869return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesBeforeInternal(r, r.GetCurrentNode(declaration)!, newDeclarations)); 2908return this.Isolate(root.TrackNodes(declaration), r => this.InsertNodesAfterInternal(r, r.GetCurrentNode(declaration)!, newDeclarations)); 2979return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));