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