9 references to getCurrentCompilationOutputAssemblyPath
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (9)
ProjectSystemShim\LegacyProject\CSharpCompilerOptionsTests.cs (9)
116
Assert.Equal(initialPath,
getCurrentCompilationOutputAssemblyPath
());
123
Assert.Equal(newPath,
getCurrentCompilationOutputAssemblyPath
());
130
Assert.Equal(newPath,
getCurrentCompilationOutputAssemblyPath
());
137
Assert.Equal(newPath,
getCurrentCompilationOutputAssemblyPath
());
149
Assert.Null(
getCurrentCompilationOutputAssemblyPath
());
154
Assert.Null(
getCurrentCompilationOutputAssemblyPath
());
158
Assert.Equal(@"C:\a\2.dll",
getCurrentCompilationOutputAssemblyPath
());
162
Assert.Equal(@"C:\a\3.dll",
getCurrentCompilationOutputAssemblyPath
());
166
Assert.Equal(@"C:\a\3.dll",
getCurrentCompilationOutputAssemblyPath
());