3 references to IsBinary
Microsoft.CodeAnalysis (3)
Text\LargeText.cs (1)
134
if (throwIfBinaryDetected &&
IsBinary
(chunk))
Text\SourceText.cs (2)
398
/// <inheritdoc cref="
IsBinary
(ReadOnlySpan{char})" />
399
internal static bool IsBinary(string text) =>
IsBinary
(text.AsSpan());