1 implementation of ICodeModelInstanceFactory
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.cs (1)
27internal sealed partial class CSharpProjectShim : AbstractLegacyProject, ICodeModelInstanceFactory
2 references to ICodeModelInstanceFactory
Microsoft.VisualStudio.LanguageServices (1)
CodeModel\IProjectCodeModelFactory.cs (1)
11IProjectCodeModel CreateProjectCodeModel(ProjectId id, ICodeModelInstanceFactory codeModelInstanceFactory);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.cs (1)
97EnvDTE.FileCodeModel ICodeModelInstanceFactory.TryCreateFileCodeModelThroughProjectSystem(string filePath)