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