4 instantiations of LinePragmaCodeInfo
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceParser.cs (1)
373LinePragmaCodeInfo info = new LinePragmaCodeInfo(this.lineNumber, this.startColumn, 1, -1, false);
System.Web (3)
Compilation\BaseCodeDomTreeGenerator.cs (1)
851LinePragmaCodeInfo codeInfo = new LinePragmaCodeInfo();
Compilation\BuildProvider.cs (1)
483LinePragmaCodeInfo codeInfo = new LinePragmaCodeInfo(1 /* startLine */, 1 /* startColumn */, 1 /* startGeneratedColumn */, -1 /* codeLength */, false /* isCodeNuggest */);
UI\SimpleWebHandlerParser.cs (1)
157LinePragmaCodeInfo codeInfo = new LinePragmaCodeInfo();
4 references to LinePragmaCodeInfo
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceParser.cs (1)
373LinePragmaCodeInfo info = new LinePragmaCodeInfo(this.lineNumber, this.startColumn, 1, -1, false);
System.Web (3)
Compilation\BaseCodeDomTreeGenerator.cs (1)
851LinePragmaCodeInfo codeInfo = new LinePragmaCodeInfo();
Compilation\BuildProvider.cs (1)
483LinePragmaCodeInfo codeInfo = new LinePragmaCodeInfo(1 /* startLine */, 1 /* startColumn */, 1 /* startGeneratedColumn */, -1 /* codeLength */, false /* isCodeNuggest */);
UI\SimpleWebHandlerParser.cs (1)
157LinePragmaCodeInfo codeInfo = new LinePragmaCodeInfo();