17 writes to DebugName
System.Data.SqlXml (17)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
272((QilReference) nd).DebugName = name.ToString();
System\Xml\Xsl\Xslt\QilGenerator.cs (14)
247initFunction.DebugName = "Init"; 256initVar.DebugName = nameInit.ToString(); 403newVar.DebugName = f.QName("ns" + this.nsVars.Count, XmlReservedNs.NsXslDebug).ToString(); 475formal.DebugName = ((QilParameter) args[j]).DebugName; 490paramFunc.DebugName = "<xsl:param name=\"" + xslPar.Name.QualifiedName + "\">"; 519tmpl.Function.DebugName = tmpl.GetDebugName(); 550arg.DebugName = name.ToString(); 660var.DebugName = node.Name.ToString(); 1004let.DebugName = f.QName("with-param " + withParam.Name.QualifiedName, XmlReservedNs.NsXslDebug).ToString(); 1050let.DebugName = f.QName("with-param " + withParam.Name.QualifiedName, XmlReservedNs.NsXslDebug).ToString(); 1844func.DebugName = key.GetDebugName(); 1874it.DebugName = varPar.Name.ToString(); 2240applyFunction.DebugName = (sheet is RootLevel ? "<xsl:apply-templates" : "<xsl:apply-imports") + attMode + '>'; 2350var.DebugName = name.ToString();
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
411result.DebugName = "key"; 503fmtIdx.DebugName = f.QName("formatter" + this.formatterCnt++, XmlReservedNs.NsXslDebug).ToString();
15 references to DebugName
System.Data.SqlXml (15)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (6)
120idxValue = this.helper.StaticData.DeclareGlobalValue(iter.DebugName); 2002if (this.qil.IsDebug && ndFor.DebugName != null) { 2007this.iterCurr.Storage.LocalLocation.SetLocalSymInfo(ndFor.DebugName); 2049if (this.qil.IsDebug && ndLet.DebugName != null) { 2054this.iterCurr.Storage.LocalLocation.SetLocalSymInfo(ndLet.DebugName); 2071if (this.qil.IsDebug && ndIter.DebugName != null)
System\Xml\Xsl\QIL\QilXmlWriter.cs (4)
154if (reference.DebugName != null) 155this.writer.WriteAttributeString("name", reference.DebugName.ToString()); 182if (reference.DebugName != null) 183this.writer.WriteAttributeString("name", reference.DebugName.ToString());
System\Xml\Xsl\XmlIlGenerator.cs (4)
206if (ndParam.DebugName != null) 207paramNames[arg] = ndParam.DebugName; 222methInfo = this.module.DefineMethod(ndFunc.DebugName, typReturn, paramTypes, paramNames, methAttrs); 246methInfo = this.module.DefineMethod(ndRef.DebugName.ToString(), typReturn, new Type[] {}, new string[] {}, methAttrs);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
475formal.DebugName = ((QilParameter) args[j]).DebugName;