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)
960foreach (var g in newMaps.GroupBy(m => m.NewTree)) 979var syntaxMapsForTree = newMaps.FirstOrDefault(static (m, newNode) => m.NewTree == newNode.SyntaxTree, newNode); 980if (syntaxMapsForTree.NewTree != null) 993mergedRuntimeRudeEdits = node => newMaps.FirstOrDefault(static (m, node) => m.NewTree == node.SyntaxTree, node).RuntimeRudeEdits?.Invoke(node);