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