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