1 write to TextSpan
Microsoft.CodeAnalysis.Workspaces (1)
FormattingContext.IndentationData.cs (1)
21
=> this.
TextSpan
= textSpan;
5 references to TextSpan
Microsoft.CodeAnalysis.Workspaces (5)
FormattingContext.AnchorData.cs (2)
50
=> value.
TextSpan
.Start;
53
=> value.
TextSpan
.Length;
FormattingContext.cs (2)
87
_indentationMap.Add(data.
TextSpan
);
112
_indentationMap.Add(data.
TextSpan
);
FormattingContext.IndentationData.cs (1)
27
=> span ==
TextSpan
? this : WithTextSpanCore(span);