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