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