5 references to Offset
Microsoft.CodeAnalysis.CSharp.Features (3)
BraceCompletion\AbstractCurlyBraceOrBracketCompletionService.cs (1)
176
var totalOffset = offsetOfBasePosition + indentation.
Offset
;
Snippets\CSharpSnippetHelpers.cs (1)
41
var newIndentation = new IndentationResult(indentation.BasePosition, indentation.
Offset
+ syntaxFormattingOptions.TabSize);
SplitStringLiteral\StringSplitter.cs (1)
137
var indent = baseOffsetInLineInColumns + desiredIndentation.
Offset
;
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\SmartIndentExtensions.cs (1)
24
return lineInSurfaceSnapshot.GetColumnFromLineOffset(offsetInLine, textView.Options) + result.
Offset
;
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IIndentationService.cs (1)
71
var indent = baseOffsetInLine + indentationResult.
Offset
;