1 implementation of CreateCodeTypeRef
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
308public abstract EnvDTE.CodeTypeRef CreateCodeTypeRef(CodeModelState state, ProjectId projectId, object type);
1 reference to CreateCodeTypeRef
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\RootCodeModel.cs (1)
160=> CodeModelService.CreateCodeTypeRef(this.State, _projectId, type);