1 write to compiler
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Scripts.cs (1)
93
this.
compiler
= compiler;
10 references to compiler
System.Data.SqlXml (10)
System\Xml\Xsl\Xslt\Scripts.cs (10)
196
TempFileCollection allTempFiles =
compiler
.CompilerResults.TempFiles;
197
CompilerErrorCollection allErrors =
compiler
.CompilerResults.Errors;
207
allErrors.Add(
compiler
.CreateError(lastScript.EndLineInfo, /*[XT_041]*/Res.Xslt_ScriptCompileException, e.Message));
278
XsltSettings settings =
compiler
.Settings;
281
compilParams.IncludeDebugInformation =
compiler
.IsDebug;
283
string asmPath =
compiler
.ScriptAssemblyPath;
293
bool keepFiles = (
compiler
.IsDebug && asmPath == null);
308
compilParams.GenerateInMemory = (asmPath == null && !
compiler
.IsDebug && !refAssembliesByHref) || settings.CheckOnly;
318
results.Errors.Add(
compiler
.CreateError(lastScript.EndLineInfo, /*[XT_041]*/Res.Xslt_ScriptCompileException, e.Message));
329
compiler
.AddModule(error.FileName);