7 references to AssertReferencePathsEqual
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (7)
CommandLineTests.vb (7)
4972AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, "c:\", "d:\x\y\z", Path.Combine(_baseDirectory, "abc"))
4976AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, "c:\Windows", Path.Combine(_baseDirectory, "abc\def"))
5063AssertReferencePathsEqual(parsedArgs.ReferencePaths, "d:\sdk1")
5067AssertReferencePathsEqual(parsedArgs.ReferencePaths, "d:\Windows")
5070AssertReferencePathsEqual(parsedArgs.ReferencePaths, "c:\Windows", "d:\blah")
5073AssertReferencePathsEqual(parsedArgs.ReferencePaths, "c:\lib2", "c:\Windows", "d:\blah")
5362AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, Path.GetDirectoryName(file.ToString()), "c:\lib2")