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