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