Indicates a mapping between specific lines of source code and text external to the source.
# ExternalSource( StringLiteral , IntLiteral ) [ LogicalLine+ ] # End ExternalSource
This directive is used only by the compiler and the debugger.
A source file may include external source directives, which indicate a mapping between specific lines of code in the source file and text external to the source, such as an .aspx file. If errors are encountered in the designated source code during compilation, they are identified as coming from the external source.
External source directives have no effect on compilation and may not be nested. They are intended for internal use by the application only.