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