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