1 write to ChangedDeclarations
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
2393
ChangedDeclarations
= new Dictionary<SyntaxNode, Func<SyntaxNode, SyntaxNode?>?>();
6 references to ChangedDeclarations
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (6)
4849
if (newDeclaration != null && !constructorEdit.
ChangedDeclarations
.ContainsKey(newDeclaration))
4851
constructorEdit.
ChangedDeclarations
.Add(newDeclaration, syntaxMap);
4875
var anyInitializerUpdatesInCurrentDocument = updatesInCurrentDocument.
ChangedDeclarations
.Keys.Any(IsDeclarationWithInitializer);
4887
var aggregateSyntaxMap = CreateAggregateSyntaxMap(topMatch.ReverseMatches, updatesInCurrentDocument.
ChangedDeclarations
);
4926
if (!isPrimaryRecordConstructor && !anyInitializerUpdatesInCurrentDocument && !updatesInCurrentDocument.
ChangedDeclarations
.ContainsKey(newDeclaration))
4968
var firstSpan = updatesInCurrentDocument.
ChangedDeclarations
.Keys.Where(IsDeclarationWithInitializer).Aggregate(