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