6 references to IsNonPrivate
System.Workflow.Activities (6)
Rules\Parser\Parser.cs (6)
291if (method.DeclaringType == thisType || IsNonPrivate(method, thisType) || (method is ExtensionMethodInfo)) 325if (accessor.DeclaringType == thisType || IsNonPrivate(accessor, thisType)) 342if (IsNonPrivate(accessor, thisType)) 836if (accessor.DeclaringType == thisType || ParserContext.IsNonPrivate(accessor, thisType)) 853if (ParserContext.IsNonPrivate(accessor, thisType)) 867if (mi.DeclaringType == thisType || ParserContext.IsNonPrivate(method, thisType))