2 references to GetOrCreateFileCodeModel
Microsoft.VisualStudio.LanguageServices (1)
CodeModel\ICodeModelInstanceFactory.cs (1)
15
/// member should be. The expectation is the implementer of this will do what is necessary and call back into <see cref="IProjectCodeModel.
GetOrCreateFileCodeModel
(string, object)"/>
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.ICSharpProjectSite.cs (1)
112
ppFileCodeModel = ProjectCodeModel.
GetOrCreateFileCodeModel
(fileName, parent);