1 implementation of ICompilerOptionsHostObject
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject_ICompilerOptionsHostObject.cs (1)
9
internal partial class AbstractLegacyProject :
ICompilerOptionsHostObject
4 references to ICompilerOptionsHostObject
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject_ICompilerOptionsHostObject.cs (1)
11
int
ICompilerOptionsHostObject
.SetCompilerOptions(string compilerOptions, out bool supported)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (3)
ProjectSystemShim\LegacyProject\CSharpCompilerOptionsTests.cs (3)
150
Assert.Equal(0, ((
ICompilerOptionsHostObject
)project).SetCompilerOptions(@"/pdb:C:\a\1.pdb /debug+", out _));
155
Assert.Equal(0, ((
ICompilerOptionsHostObject
)project).SetCompilerOptions(@"/out:C:\a\2.dll /debug+", out _));
163
Assert.Equal(0, ((
ICompilerOptionsHostObject
)project).SetCompilerOptions(@"/pdb:C:\a\4.pdb /debug+", out _));