3 references to GetTextOrNullIfBinary
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AdditionalTextComparer.cs (3)
35
var xText =
GetTextOrNullIfBinary
(x);
36
var yText =
GetTextOrNullIfBinary
(y);
56
ByteSequenceComparer.GetHashCode(
GetTextOrNullIfBinary
(obj)?.GetChecksum() ?? ImmutableArray<byte>.Empty));