10 references to XmlILConstructors
System.Private.Xml (10)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
927
Construct(
XmlILConstructors
.DecFromInt32);
938
Construct(
XmlILConstructors
.DecFromParts);
946
Construct(
XmlILConstructors
.QName);
System\Xml\Xsl\IlGen\XmlILModule.cs (5)
45
asmBldr.SetCustomAttribute(new CustomAttributeBuilder(
XmlILConstructors
.Transparent, Array.Empty<object>()));
99
asmBldr.SetCustomAttribute(new CustomAttributeBuilder(
XmlILConstructors
.Transparent, Array.Empty<object>()));
105
asmBldr.SetCustomAttribute(new CustomAttributeBuilder(
XmlILConstructors
.Debuggable, new object[] { debuggingModes }));
154
methBldr.SetCustomAttribute(new CustomAttributeBuilder(
XmlILConstructors
.StepThrough, Array.Empty<object>()));
155
methBldr.SetCustomAttribute(new CustomAttributeBuilder(
XmlILConstructors
.NonUserCode, Array.Empty<object>()));
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
3114
_helper.Construct(
XmlILConstructors
.QName);
4142
_helper.Construct(
XmlILConstructors
.QName);