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