3 writes to lineNumber
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\ServiceParser.cs (3)
388lineNumber = 1; 407lineNumber += ServiceParserUtilities.LineCount(this.serviceText, textPos, match.Index); 418lineNumber += ServiceParserUtilities.LineCount(this.serviceText, textPos, match.Index + match.Length);
4 references to lineNumber
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\ServiceParser.cs (4)
239snippetCompileUnit.LinePragma = new CodeLinePragma(pragmaFile, lineNumber); 256return new HttpParseException(message, innerException, this.virtualPath, sourceCode, this.lineNumber); 373LinePragmaCodeInfo info = new LinePragmaCodeInfo(this.lineNumber, this.startColumn, 1, -1, false); 375dictionary[this.lineNumber] = info;