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