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