System.MemoryExtensionsPolyfills static class MemoryExtensionsPolyfills Documentation Code namespace System { internal static class MemoryExtensionsPolyfills { public static bool ContainsAnyExcept(this ReadOnlySpan<char> span, char value); } }