15 references to XmlILMethodAttributes
System.Private.Xml (15)
System\Xml\Xsl\IlGen\XmlILModule.cs (3)
118
public MethodInfo DefineMethod(string name, Type returnType, Type[] paramTypes, string?[] paramNames,
XmlILMethodAttributes
xmlAttrs)
124
bool isRaw = (xmlAttrs &
XmlILMethodAttributes
.Raw) != 0;
151
if (_emitSymbols && (xmlAttrs &
XmlILMethodAttributes
.NonUser) != 0)
System\Xml\Xsl\XmlIlGenerator.cs (12)
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;
199
XmlILMethodAttributes
methAttrs;
233
methAttrs = ndFunc.SourceLine == null ?
XmlILMethodAttributes
.NonUser :
XmlILMethodAttributes
.None;
254
XmlILMethodAttributes
methAttrs;
260
methAttrs = ndRef.SourceLine == null ?
XmlILMethodAttributes
.NonUser :
XmlILMethodAttributes
.None;
302
XmlILMethodAttributes
.NonUser |
XmlILMethodAttributes
.Raw);