1 implementation of IVBFileCodeModelEvents
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel.cs (1)
32public 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)
655int IVBFileCodeModelEvents.StartEdit() 675int IVBFileCodeModelEvents.EndEdit() 750IVBFileCodeModelEvents temp = this; 756IVBFileCodeModelEvents temp = this;