6 references to NonUser
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlILModule.cs (1)
151
if (_emitSymbols && (xmlAttrs & XmlILMethodAttributes.
NonUser
) != 0)
System\Xml\Xsl\XmlIlGenerator.cs (5)
132
MethodInfo methExec = _module.DefineMethod("Execute", typeof(void), Type.EmptyTypes, Array.Empty<string>(), XmlILMethodAttributes.
NonUser
);
137
XmlILMethodAttributes methAttrs = (_qil.Root.SourceLine == null) ? XmlILMethodAttributes.
NonUser
: XmlILMethodAttributes.None;
233
methAttrs = ndFunc.SourceLine == null ? XmlILMethodAttributes.
NonUser
: XmlILMethodAttributes.None;
260
methAttrs = ndRef.SourceLine == null ? XmlILMethodAttributes.
NonUser
: XmlILMethodAttributes.None;
302
XmlILMethodAttributes.
NonUser
| XmlILMethodAttributes.Raw);