12 references to DeclarationChange
Microsoft.VisualStudio.LanguageServices.CSharp (8)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (8)
419var change = CompareRenamedDeclarations( 428if (change == DeclarationChange.NameOnly) 482var change = CompareRenamedDeclarations( 491if (change == DeclarationChange.NameOnly) 540var change = CompareRenamedDeclarations( 549if (change == DeclarationChange.WholeDeclaration) 598var change = CompareRenamedDeclarations( 607if (change == DeclarationChange.WholeDeclaration)
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\AbstractCodeModelService.AbstractCodeModelEventCollector.cs (4)
88protected DeclarationChange CompareRenamedDeclarations<TNode, TParent>( 114return DeclarationChange.WholeDeclaration; 119return DeclarationChange.NameOnly; 128return DeclarationChange.WholeDeclaration;