6 references to NonUser
System.Data.SqlXml (6)
System\Xml\Xsl\IlGen\XmlILModule.cs (1)
192
if (emitSymbols && (xmlAttrs & XmlILMethodAttributes.
NonUser
) != 0) {
System\Xml\Xsl\XmlIlGenerator.cs (5)
129
MethodInfo methExec = this.module.DefineMethod("Execute", typeof(void), new Type[] { }, new string[] { }, XmlILMethodAttributes.
NonUser
);
134
XmlILMethodAttributes methAttrs = (this.qil.Root.SourceLine == null) ? XmlILMethodAttributes.
NonUser
: XmlILMethodAttributes.None;
221
methAttrs = ndFunc.SourceLine == null ? XmlILMethodAttributes.
NonUser
: XmlILMethodAttributes.None;
245
methAttrs = ndRef.SourceLine == null ? XmlILMethodAttributes.
NonUser
: XmlILMethodAttributes.None;
285
XmlILMethodAttributes.
NonUser
| XmlILMethodAttributes.Raw);