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