1 write to Uri
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Graph\LsifDocument.cs (1)
28this.Uri = uri;
6 references to Uri
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (6)
ProjectStructureTests.vb (3)
29Dim documentA = Assert.Single(documentVertices, Function(d) d.Uri.LocalPath = "Z:\A.cs") 30Dim documentB = Assert.Single(documentVertices, Function(d) d.Uri.LocalPath = "Z:\B.cs") 61Dim 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) _ 134Where(Function(d) d.Uri.LocalPath = document.FilePath). 143Where(Function(d) d.Uri.LocalPath = document.FilePath).