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