2 references to GetIndentation
Microsoft.CodeAnalysis.EditorFeatures (1)
SmartIndent\SmartIndent.cs (1)
48return result.GetIndentation(_textView, line);
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpSmartIndentProvider.cs (1)
101return result.HasValue ? new IndentationResult(result.Value.BasePosition, result.Value.Offset).GetIndentation(_textView, line) : null;