1 write to Uri
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Graph\LsifDocument.cs (1)
28
this.
Uri
= uri;
6 references to Uri
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (6)
ProjectStructureTests.vb (3)
29
Dim documentA = Assert.Single(documentVertices, Function(d) d.
Uri
.LocalPath = "Z:\A.cs")
30
Dim documentB = Assert.Single(documentVertices, Function(d) d.
Uri
.LocalPath = "Z:\B.cs")
61
Dim tree = Assert.Single(compilation.SyntaxTrees, Function(t) "source-generated:///" + t.FilePath.Replace("\"c, "/"c) = generatedDocumentVertex.
Uri
.OriginalString)
Utilities\TestLsifOutput.vb (3)
92
.Where(Function(d) d.
Uri
.LocalPath = testDocument.FilePath) _
134
Where(Function(d) d.
Uri
.LocalPath = document.FilePath).
143
Where(Function(d) d.
Uri
.LocalPath = document.FilePath).