1 reference to newlineChars
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceParser.cs (1)
423
int newlineIndex = this.serviceText.LastIndexOfAny(
newlineChars
, textPos - 1);