7 references to AssertReferencePathsEqual
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (7)
CommandLineTests.vb (7)
4980AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, "c:\", "d:\x\y\z", Path.Combine(_baseDirectory, "abc")) 4984AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, "c:\Windows", Path.Combine(_baseDirectory, "abc\def")) 5043AssertReferencePathsEqual(parsedArgs.ReferencePaths, "d:\sdk1") 5047AssertReferencePathsEqual(parsedArgs.ReferencePaths, "d:\Windows") 5050AssertReferencePathsEqual(parsedArgs.ReferencePaths, "c:\Windows", "d:\blah") 5053AssertReferencePathsEqual(parsedArgs.ReferencePaths, "c:\lib2", "c:\Windows", "d:\blah") 5342AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, Path.GetDirectoryName(file.ToString()), "c:\lib2")