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