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