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