1 implementation of IVBFileCodeModelEvents
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel.cs (1)
34public sealed partial class FileCodeModel : AbstractCodeModelObject, EnvDTE.FileCodeModel, EnvDTE80.FileCodeModel2, ICodeElementContainer<AbstractCodeElement>, IVBFileCodeModelEvents, ICSCodeModelRefactoring
4 references to IVBFileCodeModelEvents
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\FileCodeModel.cs (4)
660int IVBFileCodeModelEvents.StartEdit() 680int IVBFileCodeModelEvents.EndEdit() 755IVBFileCodeModelEvents temp = this; 761IVBFileCodeModelEvents temp = this;