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