3 references to BeyondThreshold
Microsoft.CodeAnalysis.CodeStyle (3)
EditDistance.cs (3)
214return targetLength <= threshold ? targetLength : BeyondThreshold; 228return BeyondThreshold; 551return BeyondThreshold;