public static void ClearContextProvider([NotNull] PlayableDirector playableDirector)
        {
            //IL_000d: Unknown result type (might be due to invalid IL or missing references)
            PropertyName val = default(PropertyName);

            val._002Ector("context");
            playableDirector.ClearReferenceValue(val);
        }