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). 3508if (newDeclaration != null && !constructorEdit.ChangedDeclarations.ContainsKey(newDeclaration)) 3510constructorEdit.ChangedDeclarations.Add(newDeclaration, syntaxMaps); 5341var anyInitializerUpdatesInCurrentDocument = updatesInCurrentDocument.ChangedDeclarations.Keys.Any(IsDeclarationWithInitializer) || updatesInCurrentDocument.HasDeletedMemberInitializer; 5355var syntaxMaps = CreateAggregateSyntaxMaps(newSyntaxTree, topMatch.ReverseMatches, updatesInCurrentDocument.ChangedDeclarations); 5395if (!anyInitializerUpdatesInCurrentDocument && !updatesInCurrentDocument.ChangedDeclarations.ContainsKey(newDeclaration))