2 references to LineCount
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (2)
407
lineNumber += ServiceParserUtilities.
LineCount
(this.serviceText, textPos, match.Index);
418
lineNumber += ServiceParserUtilities.
LineCount
(this.serviceText, textPos, match.Index + match.Length);