18 references to DeclarationChange
Microsoft.VisualStudio.LanguageServices.CSharp (8)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (8)
420
var
change = CompareRenamedDeclarations(
429
if (change ==
DeclarationChange
.NameOnly)
483
var
change = CompareRenamedDeclarations(
492
if (change ==
DeclarationChange
.NameOnly)
541
var
change = CompareRenamedDeclarations(
550
if (change ==
DeclarationChange
.WholeDeclaration)
599
var
change = CompareRenamedDeclarations(
608
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;
Microsoft.VisualStudio.LanguageServices.VisualBasic (6)
CodeModel\VisualBasicCodeModelService.CodeModelEventCollector.vb (6)
326
If change =
DeclarationChange
.NameOnly Then
407
If change =
DeclarationChange
.WholeDeclaration Then
470
If change =
DeclarationChange
.WholeDeclaration Then
612
If change =
DeclarationChange
.WholeDeclaration Then
673
If change =
DeclarationChange
.WholeDeclaration Then
734
If change =
DeclarationChange
.WholeDeclaration Then