4 references to TargetRange
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\LocationLink.cs (4)
53
/// name of the linked symbol. Must be contained by the <see cref="
TargetRange
"/>.
67
&& EqualityComparer<Range>.Default.Equals(this.
TargetRange
, other.
TargetRange
)
73
HashCode.Combine(OriginSelectionRange, TargetUri,
TargetRange
, TargetSelectionRange);