4 references to ValidateLinePragmaStart
System (4)
compmod\system\codedom\compiler\CodeValidator.cs (4)
62if (e.LinePragma != null) ValidateLinePragmaStart(e.LinePragma); 100if (e.LinePragma != null) ValidateLinePragmaStart(e.LinePragma); 136if (imp.LinePragma != null) ValidateLinePragmaStart(imp.LinePragma); 276if (e.LinePragma != null) ValidateLinePragmaStart(e.LinePragma);