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