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