Implemented interface member:
method
CreateCodeTypeRef
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.CreateCodeTypeRef(Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.CodeModelState, Microsoft.CodeAnalysis.ProjectId, System.Object)
2 overrides of CreateCodeTypeRef
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
646public override EnvDTE.CodeTypeRef CreateCodeTypeRef(CodeModelState state, ProjectId projectId, object type)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
709Public Overrides Function CreateCodeTypeRef(state As CodeModelState, projectId As ProjectId, type As Object) As EnvDTE.CodeTypeRef