2 references to EndMustNotBeLessThanStart
Microsoft.CodeAnalysis (2)
Text\LinePositionSpan.cs (1)
33
throw new ArgumentException(string.Format(CodeAnalysisResources.
EndMustNotBeLessThanStart
, start, end), nameof(end));
Text\TextSpan.cs (1)
194
throw new ArgumentOutOfRangeException(nameof(end), string.Format(CodeAnalysisResources.
EndMustNotBeLessThanStart
, start, end));