5 references to TargetUri
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Protocol\LocationLink.cs (5)
66&& this.TargetUri != null && other.TargetUri != null && this.TargetUri.Equals(other.TargetUri) 73HashCode.Combine(OriginSelectionRange, TargetUri, TargetRange, TargetSelectionRange);