1 write to flags
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
98
this.
flags
= flags;
8 references to flags
System.Data.SqlXml (8)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (8)
150
MethodInfo[] methods = this.objectType.GetMethods(this.
flags
);
151
bool ignoreCase = (this.
flags
& BindingFlags.IgnoreCase) != 0;
170
MethodInfo[] methods = this.objectType.GetMethods(this.
flags
);
172
bool ignoreCase = (this.
flags
& BindingFlags.IgnoreCase) != 0;
186
methods = this.objectType.GetMethods(this.
flags
| BindingFlags.NonPublic);
256
return this.meth.Invoke(extObj, this.
flags
, null, args, CultureInfo.InvariantCulture);
278
this.numArgs == that.numArgs && this.objectType == that.objectType && this.
flags
== that.
flags
);