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