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