4 references to WholeDeclaration
Microsoft.VisualStudio.LanguageServices.CSharp (2)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (2)
549
if (change == DeclarationChange.
WholeDeclaration
)
607
if (change == DeclarationChange.
WholeDeclaration
)
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\AbstractCodeModelService.AbstractCodeModelEventCollector.cs (2)
114
return DeclarationChange.
WholeDeclaration
;
128
return DeclarationChange.
WholeDeclaration
;