1 write to SyntaxMaps
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SemanticEditInfo.cs (1)
53SyntaxMaps = syntaxMaps;
6 references to SyntaxMaps
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\EditSession.cs (5)
891syntaxMap: edit.SyntaxMaps.MatchingNodes, 892runtimeRudeEdit: edit.SyntaxMaps.RuntimeRudeEdits)); 916if (partialTypeEdits.Any(static e => e.SyntaxMaps.HasMap)) 919predicate: static edit => edit.SyntaxMaps.HasMap, 920selector: static edit => edit.SyntaxMaps);
EditAndContinue\SemanticEditInfo.cs (1)
124/// If specified, the <see cref="SyntaxMaps"/> is either null or incomplete: it only provides mapping of the changed members of a single partial type declaration.