6 references to ChangedDeclarations
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (6)
2542
/// (<see cref="
ChangedDeclarations
"/> only contains syntax nodes of new declarations, which are not available for deleted members).
3508
if (newDeclaration != null && !constructorEdit.
ChangedDeclarations
.ContainsKey(newDeclaration))
3510
constructorEdit.
ChangedDeclarations
.Add(newDeclaration, syntaxMaps);
5341
var anyInitializerUpdatesInCurrentDocument = updatesInCurrentDocument.
ChangedDeclarations
.Keys.Any(IsDeclarationWithInitializer) || updatesInCurrentDocument.HasDeletedMemberInitializer;
5355
var syntaxMaps = CreateAggregateSyntaxMaps(newSyntaxTree, topMatch.ReverseMatches, updatesInCurrentDocument.
ChangedDeclarations
);
5395
if (!anyInitializerUpdatesInCurrentDocument && !updatesInCurrentDocument.
ChangedDeclarations
.ContainsKey(newDeclaration))