2 writes to DisplayPath
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindUsagesLSPContext.cs (1)
225DisplayPath = location?.DocumentUri.GetRequiredParsedUri().LocalPath,
Microsoft.CodeAnalysis.Remote.Razor (1)
FindAllReferences\RemoteFindAllReferencesService.cs (1)
121referenceItem.DisplayPath = mappedUri.AbsolutePath;
4 references to DisplayPath
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (2)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostFindAllReferencesEndpointTest.cs (2)
267if (referenceItem.DisplayPath is not null) 269Assert.False(referenceItem.DisplayPath.EndsWith(".g.cs"));
Microsoft.VisualStudioCode.RazorExtension.UnitTests (2)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostFindAllReferencesEndpointTest.cs (2)
267if (referenceItem.DisplayPath is not null) 269Assert.False(referenceItem.DisplayPath.EndsWith(".g.cs"));