2 writes to ReferencePaths
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.VisualBasic (1)
19 references to ReferencePaths
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (10)
CommandLineTests.vb (10)
3570AssertEx.Equal(ImmutableArray.Create(sdkPath), parser.ReferencePaths)
3589AssertEx.Equal(ImmutableArray(Of String).Empty, parser.ReferencePaths)
3598AssertEx.Equal(ImmutableArray.Create(sdkDir.Path), parser.ReferencePaths)
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")
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)