Base:
1 reference to ToString
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\TextDocumentIdentifier.cs (1)
83
return this.DocumentUri == null ? string.Empty : this.DocumentUri.
ToString
();