4 references to SyntaxMaps
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
1191
syntaxMaps = new
SyntaxMaps
(newModel.SyntaxTree, matchingNodes, runtimeRudeEdits);
1361
syntaxMaps = new
SyntaxMaps
(newModel.SyntaxTree);
3403
? new
SyntaxMaps
(newTree, CreateSyntaxMapForEquivalentNodes(oldBody, newBody), runtimeRudeEdits: null)
5261
return
new
(