4 references to ICSCompileProgress
Microsoft.VisualStudio.LanguageServices.CSharp (4)
ProjectSystemShim\CSharpProjectShim.ICSCompiler.cs (2)
32
public void Compile(
ICSCompileProgress
progress)
35
public void BuildForEnc(
ICSCompileProgress
progress, ICSEncProjectServices encService, object pe)
ProjectSystemShim\Interop\ICSCompiler.cs (2)
34
void Compile(
ICSCompileProgress
progress);
36
void BuildForEnc(
ICSCompileProgress
progress, ICSEncProjectServices encService, [MarshalAs(UnmanagedType.IUnknown)] object pe);