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