1 write to ReferencePaths
Microsoft.CodeAnalysis.VisualBasic (1)
20 references to ReferencePaths
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.LanguageServer (1)
Microsoft.CodeAnalysis.Scripting (1)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (10)
CommandLineTests.vb (10)
3578AssertEx.Equal(ImmutableArray.Create(sdkPath), parser.ReferencePaths)
3597AssertEx.Equal(ImmutableArray(Of String).Empty, parser.ReferencePaths)
3606AssertEx.Equal(ImmutableArray.Create(sdkDir.Path), parser.ReferencePaths)
4988AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, "c:\", "d:\x\y\z", Path.Combine(_baseDirectory, "abc"))
4992AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, "c:\Windows", Path.Combine(_baseDirectory, "abc\def"))
5079AssertReferencePathsEqual(parsedArgs.ReferencePaths, "d:\sdk1")
5083AssertReferencePathsEqual(parsedArgs.ReferencePaths, "d:\Windows")
5086AssertReferencePathsEqual(parsedArgs.ReferencePaths, "c:\Windows", "d:\blah")
5089AssertReferencePathsEqual(parsedArgs.ReferencePaths, "c:\lib2", "c:\Windows", "d:\blah")
5378AssertReferencePathsEqual(parsedArgs.ReferencePaths, Nothing, Path.GetDirectoryName(file.ToString()), "c:\lib2")
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)