1 write to _snapshot
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintDataTag.cs (1)
33
_snapshot
= snapshot;
4 references to _snapshot
Microsoft.CodeAnalysis.EditorFeatures (4)
InlineHints\InlineHintDataTag.cs (4)
59
if (!_provider.SpanEquals(
_snapshot
, this.Hint.Span, other.
_snapshot
, other.Hint.Span))
64
!_provider.SpanEquals(
_snapshot
, this.Hint.ReplacementTextChange.Value.Span, other.
_snapshot
, other.Hint.ReplacementTextChange.Value.Span))