9 references to WholeDeclaration
Microsoft.VisualStudio.LanguageServices.CSharp (2)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (2)
550
if (change == DeclarationChange.
WholeDeclaration
)
608
if (change == DeclarationChange.
WholeDeclaration
)
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\AbstractCodeModelService.AbstractCodeModelEventCollector.cs (2)
114
return DeclarationChange.
WholeDeclaration
;
128
return DeclarationChange.
WholeDeclaration
;
Microsoft.VisualStudio.LanguageServices.VisualBasic (5)
CodeModel\VisualBasicCodeModelService.CodeModelEventCollector.vb (5)
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