1 write to Location
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.Diagnostics.cs (1)
92
Location
= new LSP.Location
2 references to Location
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\PullDiagnosticTests.cs (2)
871
Assert.Equal(openLocation, results.Single().Diagnostics!.Single().RelatedInformation![0].
Location
.Range);
874
Assert.Equal(closeLocation, results.Single().Diagnostics!.Single().RelatedInformation![1].
Location
.Range);