40 writes to LinePragma
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1586cs.LinePragma = clp;
System.Activities (4)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (4)
1507statement.LinePragma = pragma; 1543statement.LinePragma = pragma; 1590statement.LinePragma = pragma; 1637statement.LinePragma = pragma;
System.Web (34)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (27)
92outputWriteStmt.LinePragma = linePragma; 142methCallStatement.LinePragma = linePragma; 293setCtl.LinePragma = linePragma; 387set.LinePragma = CreateCodeLinePragma(pseSub.Builder); 399methCallStatement.LinePragma = linePragma; 416statement.LinePragma = linePragma; 426methCallStatement.LinePragma = linePragma; 571ceStatement.LinePragma = CreateCodeLinePragma((ControlBuilder)child); 641setCtl.LinePragma = linePragma; 763setStatment.LinePragma = linePragma; 796methCallStatement.LinePragma = linePragma; 816setCtl.LinePragma = linePragma; 823methCallStatement.LinePragma = linePragma; 832set.LinePragma = linePragma; 880attachEvent.LinePragma = linePragma; 893attachEvent.LinePragma = linePragma; 952detachEvent.LinePragma = linePragma; 957attachEvent.LinePragma = linePragma; 1005newTableAssign.LinePragma = linePragma; 1070findControlAssign.LinePragma = linePragma; 1100ifStatement.LinePragma = linePragma; 1257setTarget.LinePragma = linePragma; 1265setContainer.LinePragma = linePragma; 1323setDataBoundStringCall.LinePragma = CreateCodeLinePragma(codeBlock); 1518lit.LinePragma = linePragma; 1530lit.LinePragma = linePragma; 1581simpleAssignment.LinePragma = linePragma;
Compilation\CodeDOMUtility.cs (3)
252setAttributeCall.LinePragma = linePragma; 277assignStmt.LinePragma = linePragma; 295assignStmt.LinePragma = linePragma;
Compilation\DataBindingExpressionBuilder.cs (3)
92setTarget.LinePragma = linePragma; 104setContainer.LinePragma = linePragma; 128setDataItem.LinePragma = linePragma;
Compilation\TemplateControlCodeDomTreeGenerator.cs (1)
80setProp.LinePragma = CreateCodeLinePragmaHelper(
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\ActivityCodeDomSerializer.cs (1)
55statement.LinePragma = new CodeLinePragma((string)rootActivity.GetValue(ActivityCodeDomSerializer.MarkupFileNameProperty), Math.Max((int)activity.GetValue(ActivityMarkupSerializer.StartLineProperty), 1));
8 references to LinePragma
System (8)
compmod\microsoft\csharp\csharpcodeprovider.cs (4)
1052if (e.LinePragma != null) { 1053GenerateLinePragmaStart(e.LinePragma); 1111if (e.LinePragma != null) { 1112GenerateLinePragmaEnd(e.LinePragma);
compmod\system\codedom\compiler\CodeGenerator.cs (4)
892if (e.LinePragma != null) { 893GenerateLinePragmaStart(e.LinePragma); 951if (e.LinePragma != null) { 952GenerateLinePragmaEnd(e.LinePragma);