10 references to XmlILConstructors
System.Data.SqlXml (10)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
913Construct(XmlILConstructors.DecFromInt32); 923Construct(XmlILConstructors.DecFromParts); 930Construct(XmlILConstructors.QName);
System\Xml\Xsl\IlGen\XmlILModule.cs (5)
66asmBldr.SetCustomAttribute(new CustomAttributeBuilder(XmlILConstructors.Transparent, new object[] {})); 137asmBldr.SetCustomAttribute(new CustomAttributeBuilder(XmlILConstructors.Transparent, new object[] { })); 145asmBldr.SetCustomAttribute(new CustomAttributeBuilder(XmlILConstructors.Debuggable, new object[] {debuggingModes})); 194methBldr.SetCustomAttribute(new CustomAttributeBuilder(XmlILConstructors.StepThrough, new object[] {})); 195methBldr.SetCustomAttribute(new CustomAttributeBuilder(XmlILConstructors.NonUserCode, new object[] {}));
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
2892this.helper.Construct(XmlILConstructors.QName); 3843this.helper.Construct(XmlILConstructors.QName);