9 references to getCurrentCompilationOutputAssemblyPath
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (9)
ProjectSystemShim\LegacyProject\CSharpCompilerOptionsTests.cs (9)
115
Assert.Equal(initialPath,
getCurrentCompilationOutputAssemblyPath
());
122
Assert.Equal(newPath,
getCurrentCompilationOutputAssemblyPath
());
129
Assert.Equal(newPath,
getCurrentCompilationOutputAssemblyPath
());
136
Assert.Equal(newPath,
getCurrentCompilationOutputAssemblyPath
());
148
Assert.Null(
getCurrentCompilationOutputAssemblyPath
());
153
Assert.Null(
getCurrentCompilationOutputAssemblyPath
());
157
Assert.Equal(@"C:\a\2.dll",
getCurrentCompilationOutputAssemblyPath
());
161
Assert.Equal(@"C:\a\3.dll",
getCurrentCompilationOutputAssemblyPath
());
165
Assert.Equal(@"C:\a\3.dll",
getCurrentCompilationOutputAssemblyPath
());