7 references to Length
Microsoft.NET.StringTools.net35 (4)
InternableString.Simple.cs (2)
69
if (newIndex < _string.
Length
)
137
if (other.Length !=
Length
)
WeakStringCacheInterner.cs (2)
78
if (candidate.
Length
== 0)
113
_internEliminatedChars += candidate.
Length
;
Microsoft.NET.StringTools.net35.UnitTests (3)
SpanBasedStringBuilder_Tests.cs (3)
77
internableString.Equals(string.Empty).ShouldBe(internableString.
Length
== 0);
80
internableString.Equals(substr).ShouldBe(substr.Length == internableString.
Length
);
85
internableString.Equals(substr).ShouldBe(substr.Length == internableString.
Length
);