7 references to AssertReferencePathsEqual
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (7)
CommandLineTests.vb (7)
4987AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, "c:\", "d:\x\y\z", Path.Combine(_baseDirectory, "abc"))
4991AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, "c:\Windows", Path.Combine(_baseDirectory, "abc\def"))
5078AssertReferencePathsEqual(parsedArgs.ReferencePaths, "d:\sdk1")
5082AssertReferencePathsEqual(parsedArgs.ReferencePaths, "d:\Windows")
5085AssertReferencePathsEqual(parsedArgs.ReferencePaths, "c:\Windows", "d:\blah")
5088AssertReferencePathsEqual(parsedArgs.ReferencePaths, "c:\lib2", "c:\Windows", "d:\blah")
5377AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, Path.GetDirectoryName(file.ToString()), "c:\lib2")