15 references to XmlILMethodAttributes
System.Data.SqlXml (15)
System\Xml\Xsl\IlGen\XmlILModule.cs (3)
161
public MethodInfo DefineMethod(string name, Type returnType, Type[] paramTypes, string[] paramNames,
XmlILMethodAttributes
xmlAttrs) {
166
bool isRaw = (xmlAttrs &
XmlILMethodAttributes
.Raw) != 0;
192
if (emitSymbols && (xmlAttrs &
XmlILMethodAttributes
.NonUser) != 0) {
System\Xml\Xsl\XmlIlGenerator.cs (12)
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;
191
XmlILMethodAttributes
methAttrs;
221
methAttrs = ndFunc.SourceLine == null ?
XmlILMethodAttributes
.NonUser :
XmlILMethodAttributes
.None;
240
XmlILMethodAttributes
methAttrs;
245
methAttrs = ndRef.SourceLine == null ?
XmlILMethodAttributes
.NonUser :
XmlILMethodAttributes
.None;
285
XmlILMethodAttributes
.NonUser |
XmlILMethodAttributes
.Raw);