6 implementations of GetLength
Microsoft.CodeAnalysis.CodeStyle (6)
FormattingContext.AnchorData.cs (3)
46
int IIntervalIntrospector<AnchorData>.
GetLength
(AnchorData value)
52
int IIntervalIntrospector<IndentationData>.
GetLength
(IndentationData value)
58
int IIntervalIntrospector<RelativeIndentationData>.
GetLength
(RelativeIndentationData value)
SuppressIntervalIntrospector.cs (2)
16
int IIntervalIntrospector<SuppressSpacingData>.
GetLength
(SuppressSpacingData value)
22
int IIntervalIntrospector<SuppressWrappingData>.
GetLength
(SuppressWrappingData value)
TextSpanIntervalIntrospector.cs (1)
14
public int
GetLength
(TextSpan value)
3 references to GetLength
Microsoft.CodeAnalysis.CodeStyle (3)
ContextIntervalTree.cs (2)
124
Introspector.
GetLength
(currentNode.Value) < Introspector.
GetLength
(result!)))
IntervalTree`1.cs (1)
354
=> introspector.GetStart(value) + introspector.
GetLength
(value);