2 implementations of Compile
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
LanguageService\VisualBasicPackage.IVbCompiler.vb (1)
16Public Function Compile(ByVal pcWarnings As IntPtr, ByVal pcErrors As IntPtr, ByVal ppErrors As IntPtr) As Integer Implements IVbCompiler.Compile
ProjectSystemShim\TempPECompiler.vb (1)
24Public Function Compile(ByVal pcWarnings As IntPtr, ByVal pcErrors As IntPtr, ByVal ppErrors As IntPtr) As Integer Implements IVbCompiler.Compile
2 references to Compile
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
LanguageService\VisualBasicPackage.IVbCompiler.vb (1)
16Public Function Compile(ByVal pcWarnings As IntPtr, ByVal pcErrors As IntPtr, ByVal ppErrors As IntPtr) As Integer Implements IVbCompiler.Compile
ProjectSystemShim\TempPECompiler.vb (1)
24Public Function Compile(ByVal pcWarnings As IntPtr, ByVal pcErrors As IntPtr, ByVal ppErrors As IntPtr) As Integer Implements IVbCompiler.Compile