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