1 write to NewTree
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SemanticEditInfo.cs (1)
31NewTree = newTree;
4 references to NewTree
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\EditSession.cs (4)
894foreach (var g in newMaps.GroupBy(m => m.NewTree)) 913var syntaxMapsForTree = newMaps.FirstOrDefault(static (m, newNode) => m.NewTree == newNode.SyntaxTree, newNode); 914if (syntaxMapsForTree.NewTree != null) 927mergedRuntimeRudeEdits = node => newMaps.FirstOrDefault(static (m, node) => m.NewTree == node.SyntaxTree, node).RuntimeRudeEdits?.Invoke(node);