1 write to Href
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
524=> (uri != null) ? new LSP.CodeDescription { Href = uri } : null;
4 references to Href
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\CodeDescription.cs (4)
54&& this.Href == other.Href; 73return this.Href == null ? 53 : this.Href.GetHashCode();