3 references to TryGetMappedPoint
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineDiagnostics\InlineDiagnosticsAdornmentManager.cs (1)
128if (!TryGetMappedPoint(changedSpan, tagMappingSpan, out var mappedPoint))
LineSeparators\LineSeparatorAdornmentManager.cs (1)
42if (!TryGetMappedPoint(changedSpan, tagMappingSpan, out var mappedPoint))
StringIndentation\StringIndentationAdornmentManager.cs (1)
53if (!TryGetMappedPoint(changedSpan, tagMappingSpan, out _))