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