1 write to LinePragma
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1640cs.LinePragma = clp;
7 references to LinePragma
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
544if (e.LinePragma != null) 546GenerateLinePragmaStart(e.LinePragma); 619if (e.LinePragma != null)
System\CodeDom\Compiler\CodeGenerator.cs (4)
890if (e.LinePragma != null) 892GenerateLinePragmaStart(e.LinePragma); 965if (e.LinePragma != null) 967GenerateLinePragmaEnd(e.LinePragma);