3 references to DeclarationBodyMap
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1532
return new
DeclarationBodyMap
(
EditAndContinue\DeclarationBodyMap.cs (2)
38
=>
new
(match.Matches, match.ReverseMatches, ImmutableDictionary<SyntaxNode, SyntaxNode>.Empty);
41
=>
new
(Forward, Reverse, AdditionalReverseMapping.Add(newNode, oldNode));