4 references to NameOnly
Microsoft.VisualStudio.LanguageServices.CSharp (2)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (2)
429
if (change == DeclarationChange.
NameOnly
)
492
if (change == DeclarationChange.
NameOnly
)
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.AbstractCodeModelEventCollector.cs (1)
119
return DeclarationChange.
NameOnly
;
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.CodeModelEventCollector.vb (1)
326
If change = DeclarationChange.
NameOnly
Then