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