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