9 references to GetFileCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (9)
CodeModel\RootCodeModel.cs (9)
100=> GetFileCodeModel(location).Object.AddAttribute(name, value, position);
103=> GetFileCodeModel(location).Object.AddClass(name, position, bases, implementedInterfaces, access);
106=> GetFileCodeModel(location).Object.AddDelegate(name, type, position, access);
109=> GetFileCodeModel(location).Object.AddEnum(name, position, bases, access);
112=> GetFileCodeModel(location).Object.AddFunction(name, kind, type, position, access);
115=> GetFileCodeModel(location).Object.AddInterface(name, position, bases, access);
118=> GetFileCodeModel(location).Object.AddNamespace(name, position);
121=> GetFileCodeModel(location).Object.AddStruct(name, position, bases, implementedInterfaces, access);
124=> GetFileCodeModel(location).Object.AddVariable(name, type, position, access);