Microsoft.JScript.TypeReferences.InReferenceContext C# (CSharp) Method

InReferenceContext() private method

private InReferenceContext ( IReflect ireflect ) : bool
ireflect IReflect
return bool
    internal bool InReferenceContext(IReflect ireflect) { 
      if (ireflect == null)
        return true;
      if (ireflect is Type)
        return this.InReferenceContext((Type)ireflect);
      return true;
    }

Same methods

TypeReferences::InReferenceContext ( MemberInfo member ) : bool
TypeReferences::InReferenceContext ( Type type ) : bool