2 implementations of IVbCompiler
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
LanguageService\VisualBasicPackage.IVbCompiler.vb (1)
14
Implements
IVbCompiler
ProjectSystemShim\TempPECompiler.vb (1)
15
Implements
IVbCompiler
22 references to IVbCompiler
Microsoft.VisualStudio.LanguageServices.VisualBasic (22)
LanguageService\VisualBasicPackage.IVbCompiler.vb (10)
16
Public Function Compile(ByVal pcWarnings As IntPtr, ByVal pcErrors As IntPtr, ByVal ppErrors As IntPtr) As Integer Implements
IVbCompiler
.Compile
21
Public Function CreateProject(wszName As String, punkProject As Object, pProjHier As IVsHierarchy, pVbCompilerHost As IVbCompilerHost) As IVbCompilerProject Implements
IVbCompiler
.CreateProject
31
Public Function IsValidIdentifier(wszIdentifier As String) As Boolean Implements
IVbCompiler
.IsValidIdentifier
37
Public Sub RegisterVbCompilerHost(pVbCompilerHost As IVbCompilerHost) Implements
IVbCompiler
.RegisterVbCompilerHost
41
Public Sub SetDebugSwitches(dbgSwitches() As Boolean) Implements
IVbCompiler
.SetDebugSwitches
46
Public Sub SetLoggingOptions(options As UInteger) Implements
IVbCompiler
.SetLoggingOptions
50
Public Sub SetOutputLevel(OutputLevel As OutputLevel) Implements
IVbCompiler
.SetOutputLevel
53
Public Sub SetWatsonType(WatsonType As WatsonType, WatsonLcid As Integer, wszAdditionalFiles As String) Implements
IVbCompiler
.SetWatsonType
58
Public Sub StartBackgroundCompiler() Implements
IVbCompiler
.StartBackgroundCompiler
63
Public Sub StopBackgroundCompiler() Implements
IVbCompiler
.StopBackgroundCompiler
ProjectSystemShim\Interop\IVbTempPECompilerFactory.vb (1)
12
Function CreateCompiler() As
IVbCompiler
ProjectSystemShim\TempPECompiler.vb (10)
24
Public Function Compile(ByVal pcWarnings As IntPtr, ByVal pcErrors As IntPtr, ByVal ppErrors As IntPtr) As Integer Implements
IVbCompiler
.Compile
45
pVbCompilerHost As IVbCompilerHost) As IVbCompilerProject Implements
IVbCompiler
.CreateProject
53
Public Function IsValidIdentifier(wszIdentifier As String) As Boolean Implements
IVbCompiler
.IsValidIdentifier
57
Public Sub RegisterVbCompilerHost(pVbCompilerHost As IVbCompilerHost) Implements
IVbCompiler
.RegisterVbCompilerHost
62
Public Sub SetDebugSwitches(dbgSwitches() As Boolean) Implements
IVbCompiler
.SetDebugSwitches
66
Public Sub SetLoggingOptions(options As UInteger) Implements
IVbCompiler
.SetLoggingOptions
70
Public Sub SetOutputLevel(OutputLevel As OutputLevel) Implements
IVbCompiler
.SetOutputLevel
74
Public Sub SetWatsonType(WatsonType As WatsonType, WatsonLcid As Integer, wszAdditionalFiles As String) Implements
IVbCompiler
.SetWatsonType
78
Public Sub StartBackgroundCompiler() Implements
IVbCompiler
.StartBackgroundCompiler
82
Public Sub StopBackgroundCompiler() Implements
IVbCompiler
.StopBackgroundCompiler
ProjectSystemShim\TempPECompilerFactory.vb (1)
17
Public Function CreateCompiler() As
IVbCompiler
Implements IVbTempPECompilerFactory.CreateCompiler