1 implementation of ICSInputSet
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.ICSInputSet.cs (1)
14internal partial class CSharpProjectShim : ICSInputSet
7 references to ICSInputSet
Microsoft.VisualStudio.LanguageServices.CSharp (7)
ProjectSystemShim\CSharpProjectShim.ICSCompiler.cs (2)
26public ICSInputSet AddInputSet() 29public void RemoveInputSet(ICSInputSet inputSet)
ProjectSystemShim\CSharpProjectShim.ICSharpProjectSite.cs (1)
27public void GetCompiler(out ICSCompiler compiler, out ICSInputSet inputSet)
ProjectSystemShim\Interop\ICSCompiler.cs (2)
31ICSInputSet AddInputSet(); 32void RemoveInputSet(ICSInputSet inputSet);
ProjectSystemShim\Interop\ICSharpProjectRoot.cs (1)
53[MarshalAs(UnmanagedType.Interface)] ICSInputSet inputSet,
ProjectSystemShim\Interop\ICSharpProjectSite.cs (1)
22void GetCompiler(out ICSCompiler compiler, out ICSInputSet inputSet);