2 references to String
System.Memory (2)
System\Buffers\ReadOnlySequence.Helpers.cs (2)
62
else if (typeof(T) == typeof(char) && type == SequenceType.
String
)
556
if (typeof(T) != typeof(char) || GetSequenceType() != SequenceType.
String
)