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