2 implementations of CreateProject
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
LanguageService\VisualBasicPackage.IVbCompiler.vb (1)
21
Public Function
CreateProject
(wszName As String, punkProject As Object, pProjHier As IVsHierarchy, pVbCompilerHost As IVbCompilerHost) As IVbCompilerProject Implements IVbCompiler.CreateProject
ProjectSystemShim\TempPECompiler.vb (1)
42
Public Function
CreateProject
(wszName As String,
2 references to CreateProject
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
LanguageService\VisualBasicPackage.IVbCompiler.vb (1)
21
Public Function CreateProject(wszName As String, punkProject As Object, pProjHier As IVsHierarchy, pVbCompilerHost As IVbCompilerHost) As IVbCompilerProject Implements IVbCompiler.
CreateProject
ProjectSystemShim\TempPECompiler.vb (1)
45
pVbCompilerHost As IVbCompilerHost) As IVbCompilerProject Implements IVbCompiler.
CreateProject